Decode URL by Click
Copy URL, Click Icon!
Wat is Decode URL by Click?
Decode URL by Click is een Chrome-extensie ontwikkeld door roeniss2, en de belangrijkste functie is "Copy URL, Click Icon!".
Extensie Screenshots
Download het CRX-bestand van de extensie Decode URL by Click
Download Decode URL by Click-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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) Basisinformatie over de Extensie
| Naam | |
| ID | mahkjonofhhakemoelnblidpijhjhabk |
| Officiële URL | https://chromewebstore.google.com/detail/decode-url-by-click/mahkjonofhhakemoelnblidpijhjhabk |
| Beschrijving | Copy URL, Click Icon! |
| Bestandsgrootte | 22.8 KB |
| Aantal Installaties | 174 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2020-12-17 |
| Publicatiedatum | 2020-12-17 |
| Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | roeniss2 |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/roeniss/decodeURLbyClick-extension/ |
| Help Pagina-URL | https://github.com/roeniss/decodeURLbyClick-extension/issues |
| Ondersteunde Talen | 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"
}
} | |