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.
- Host: GitHub
- URL: https://github.com/lightapis/splicing-url
- Owner: LightAPIs
- License: mit
- Created: 2022-01-19T13:36:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-14T06:53:29.000Z (almost 2 years ago)
- Last Synced: 2025-04-09T19:01:54.516Z (11 months ago)
- Topics: chrome-extension
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/splicing-url/dbigpogjmljnofchcocgeabgglmjfcnl
- Size: 593 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Splicing URL
[](https://github.com/LightAPIs/splicing-url/releases/latest) [](https://chrome.google.com/webstore/detail/splicing-url/dbigpogjmljnofchcocgeabgglmjfcnl) [](/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)