Clip URL
Extension for copying site URL and title.
What is Clip URL?
Clip URL is a Chrome extension developed by Shoichi Hirakawa, and its main feature is "Extension for copying site URL and title.".
Extension Screenshots
Download Clip URL Extension CRX File
Download Clip 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
https://github.com/ShoichiHirakawa/ClipURL
Extension Basic Information
Name | Clip URL |
ID | ekjhhgpblclddoaalhfphgfhhgpifmie |
Official URL | https://chromewebstore.google.com/detail/clip-url/ekjhhgpblclddoaalhfphgfhhgpifmie |
Description | Extension for copying site URL and title. |
File Size | 114 KB |
Installation Count | 32 |
Current Version | 1.2 |
Last Updated | 2019-01-23 |
Publish Date | 2019-01-23 |
Developer | Shoichi Hirakawa |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clip URL", "description": "Extension for copying site URL and title.", "version": "1.2", "icons": { "16": "images\/icon\/icon_16.png", "48": "images\/icon\/icon_48.png", "128": "images\/icon\/icon_128.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_icon": { "48": "images\/icon\/icon_48.png" }, "default_title": "Clip URL" } } |