Decode URL by Click
Copy URL, Click Icon!
What is Decode URL by Click?
Decode URL by Click is a Chrome extension developed by roeniss2, and its main feature is "Copy URL, Click Icon!".
Extension Screenshots
Download Decode URL by Click Extension CRX File
Download Decode URL by Click 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
1) Copy URL to your clipboard using Ctrl+C 2) Click the icon on extension tab (normally right-top corner) 3) Done! Now you have decoded URL in clipboard. +) Once you clicked the icon, you must reload to decode another URL. If you have any trouble or want to suggest a feature, feel free to talk to me! (https://github.com/roeniss/decodeURLbyClick-extension)
Extension Basic Information
Name | |
ID | mahkjonofhhakemoelnblidpijhjhabk |
Official URL | https://chromewebstore.google.com/detail/decode-url-by-click/mahkjonofhhakemoelnblidpijhjhabk |
Description | Copy URL, Click Icon! |
File Size | 22.8 KB |
Installation Count | 174 |
Current Version | 1.0 |
Last Updated | 2020-12-17 |
Publish Date | 2020-12-17 |
Rating | 5.00/5 Total 4 Ratings |
Developer | roeniss2 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/roeniss/decodeURLbyClick-extension/ |
Help Page URL | https://github.com/roeniss/decodeURLbyClick-extension/issues |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Decode URL by Click", "description": "Copy URL, Click Icon!", "version": "1.0", "background": { "scripts": [ "listeners.js" ], "persistent": false }, "permissions": [ "clipboardRead", "clipboardWrite" ], "browser_action": { "default_icon": { "16": "images\/icon16red.png", "24": "images\/icon24red.png", "32": "images\/icon32red.png", "48": "images\/icon48red.png", "128": "images\/icon128red.png" }, "default_title": "Decode URL by Click" }, "current_locale": "ko", "icons": { "16": "images\/icon16red.png", "48": "images\/icon48red.png", "128": "images\/icon128red.png" } } |