One Click URL Decoder
Just click on the icon. It will decode and copy to your clipboard. Then press Ctrl+V
Cos'è One Click URL Decoder?
One Click URL Decoder è un'estensione di Chrome sviluppata da https://kirillgavrilenko.com, e la sua funzione principale è "Just click on the icon. It will decode and copy to your clipboard. Then press Ctrl+V".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione One Click URL Decoder
Scarica i file di estensione One Click URL Decoder 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
Decode URL - just one click away from pasting the beautiful original URL. When you copy a non URL with non-English letters - you will paste it, and it will be one mess, super long, and not user-friendly. This extension makes all problems disappear - click and paste. Here is why I made this extension: Copy and paste a messy URL make me angry, so I found a website that can decode the URL (https://meyerweb.com/eric/tools/dencoder/), but I too many steps. So I create this small extension with only one step - one click. [This open-source project] For any problems or suggestions - please reach me on Github \ Facebook \ Linkedin Thanks, Kirill
Informazioni di Base sull'Estensione
Nome | One Click URL Decoder |
ID | dcahbeljhdhmphlddfafboghngpnhjgg |
URL Ufficiale | https://chromewebstore.google.com/detail/one-click-url-decoder/dcahbeljhdhmphlddfafboghngpnhjgg |
Descrizione | Just click on the icon. It will decode and copy to your clipboard. Then press Ctrl+V |
Dimensione del File | 8.95 KB |
Conteggio Installazioni | 32 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2021-11-12 |
Data di Pubblicazione | 2021-11-12 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://kirillgavrilenko.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://kirillgavrilenko.com/one-click-decoder-url/ |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "One Click URL Decoder", "version": "1.1", "manifest_version": 2, "description": "Just click on the icon. It will decode and copy to your clipboard. Then press Ctrl+V", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon128.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab" ] } |