Decode URL by Click
Copy URL, Click Icon!
Cos'è Decode URL by Click?
Decode URL by Click è un'estensione di Chrome sviluppata da roeniss2, e la sua funzione principale è "Copy URL, Click Icon!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Decode URL by Click
Scarica i file di estensione Decode URL by Click in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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) Informazioni di Base sull'Estensione
| Nome | |
| ID | mahkjonofhhakemoelnblidpijhjhabk |
| URL Ufficiale | https://chromewebstore.google.com/detail/decode-url-by-click/mahkjonofhhakemoelnblidpijhjhabk |
| Descrizione | Copy URL, Click Icon! |
| Dimensione del File | 22.8 KB |
| Conteggio Installazioni | 174 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2020-12-17 |
| Data di Pubblicazione | 2020-12-17 |
| Valutazione | 5.00/5 Totale 4 Valutazioni |
| Sviluppatore | roeniss2 |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/roeniss/decodeURLbyClick-extension/ |
| URL della Pagina di Aiuto | https://github.com/roeniss/decodeURLbyClick-extension/issues |
| Lingue Supportate | 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"
}
} | |