Combine URL
Combines url parts
What is Combine URL?
Combine URL is a Chrome extension developed by https://kostoski.com, and its main feature is "Combines url parts".
Extension Screenshots
Download Combine URL Extension CRX File
Download Combine URL extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension that combines URL parts in order to help you easily access full URL address.
Extension Basic Information
Name | Combine URL |
ID | lnmkibhfmgahenghonphjlepcdbdjpon |
Official URL | https://chromewebstore.google.com/detail/combine-url/lnmkibhfmgahenghonphjlepcdbdjpon |
Description | Combines url parts |
File Size | 8.36 KB |
Installation Count | 35 |
Current Version | 2.2 |
Last Updated | 2023-08-30 |
Publish Date | 2019-04-12 |
Developer | https://kostoski.com |
[email protected] | |
Payment Type | free |
Extension Website | https://kostoski.com/ |
Help Page URL | https://kostoski.com/ |
Privacy Policy Page URL | https://kostoski.com/privacypolicy.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Combine URL", "description": "Combines url parts", "version": "2.2", "action": { "default_popup": "index.html", "default_icon": "icon.png" }, "permissions": [ "storage" ], "manifest_version": 3, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" }, "description": "Combines url parts" } } } |