An open API service indexing awesome lists of open source software.

https://github.com/lightapis/splicing-url

Quickly splicing the current URL.
https://github.com/lightapis/splicing-url

chrome-extension

Last synced: 7 days ago
JSON representation

Quickly splicing the current URL.

Awesome Lists containing this project

README

          

# Splicing URL

[![Release](https://img.shields.io/github/v/release/LightAPIs/splicing-url.svg?color=orange)](https://github.com/LightAPIs/splicing-url/releases/latest) [![Chrome Web Store](https://img.shields.io/chrome-web-store/v/dbigpogjmljnofchcocgeabgglmjfcnl?maxAge=86400)](https://chrome.google.com/webstore/detail/splicing-url/dbigpogjmljnofchcocgeabgglmjfcnl) [![MIT](https://img.shields.io/badge/license-MIT-green)](/LICENSE)

> Quickly splice the current URL into a new one and open it.

## Installation

### Chromium 88+

Go to the [Chrome Web Store](https://chrome.google.com/webstore/detail/splicing-url/dbigpogjmljnofchcocgeabgglmjfcnl) to download and install.

### Other

Start the browser and type `chrome://extensions/` in the address bar to enter Extensions Page, click the switch in the upper right corner of the webpage to turn on "Developer mode":

- 1. Go to the [Releases](https://github.com/LightAPIs/splicing-url/releases/latest) to download the extension `crx` file. Drag to Extensions Page to install.
- 2. Go to the [Releases](https://github.com/LightAPIs/splicing-url/releases/latest) to download the extension package `zip` file and unzip it. And click "Load unpacked" button, select the root directory of the previously unzipped file to complete the installation of the extension.

## Related projects

This project is based on the following open source projects:

- [zloirock/core-js](https://github.com/zloirock/core-js)
- [ElemeFE/element](https://github.com/ElemeFE/element)
- [vuejs/vue](https://github.com/vuejs/vue)

## License

[MIT](/LICENSE)