Decode URL by Click
Copy URL, Click Icon!
Vad är Decode URL by Click?
Decode URL by Click är en Chrome-tillägg utvecklad av roeniss2, och dess huvudfunktion är "Copy URL, Click Icon!".
Tilläggsskärmbilder
Ladda ner Decode URL by Click-förlängningens CRX-fil
Ladda ner Decode URL by Click-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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)
Grundläggande Information om Tillägg
Namn | |
ID | mahkjonofhhakemoelnblidpijhjhabk |
Officiell webbadress | https://chromewebstore.google.com/detail/decode-url-by-click/mahkjonofhhakemoelnblidpijhjhabk |
Beskrivning | Copy URL, Click Icon! |
Filstorlek | 22.8 KB |
Antal Installationer | 174 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2020-12-17 |
Publiceringsdatum | 2020-12-17 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | roeniss2 |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/roeniss/decodeURLbyClick-extension/ |
Hjälpsida URL | https://github.com/roeniss/decodeURLbyClick-extension/issues |
Stödda Språk | 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" } } |