Simple URL Copy
Helps to copy url with various formats
What is Simple URL Copy?
Simple URL Copy is a Chrome extension developed by ikeda.yutaro, and its main feature is "Helps to copy url with various formats".
Extension Screenshots
Download Simple URL Copy Extension CRX File
Download Simple URL Copy 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
This extension helps you to copy tab's title and URL easily.
Extension Basic Information
Name | Simple URL Copy |
ID | cefkgjbbpagcilodnhboolbppdjlplip |
Official URL | https://chromewebstore.google.com/detail/simple-url-copy/cefkgjbbpagcilodnhboolbppdjlplip |
Description | Helps to copy url with various formats |
File Size | 11.08 KB |
Installation Count | 11,100 |
Current Version | 1.0.0.3 |
Last Updated | 2020-07-05 |
Publish Date | 2020-07-04 |
Rating | 3.46/5 Total 13 Ratings |
Developer | ikeda.yutaro |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ikedaosushi/simple-url-copy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple URL Copy", "description": "Helps to copy url with various formats", "author": "@ikedaosushi", "version": "1.0.0.3", "manifest_version": 2, "icons": { "16": "icons\/16.png", "128": "icons\/128.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icons\/16.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+C", "mac": "MacCtrl+Shift+C" }, "description": "Opens popup.html" } }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/code.getmdl.io; object-src 'self'", "devtools_page": "popup.html" } |