Decode URL by Click

Copy URL, Click Icon!

Qu'est-ce que Decode URL by Click ?

Decode URL by Click est une extension Chrome développée par roeniss2, et sa fonction principale est "Copy URL, Click Icon!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Decode URL by Click

Téléchargez les fichiers d'extension Decode URL by Click au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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)                    

Informations de Base sur l'Extension

Nom Decode URL by Click Decode URL by Click
ID mahkjonofhhakemoelnblidpijhjhabk
URL Officiel https://chromewebstore.google.com/detail/decode-url-by-click/mahkjonofhhakemoelnblidpijhjhabk
Description Copy URL, Click Icon!
Taille du Fichier 22.8 KB
Nombre d'Installations 174
Version Actuelle 1.0
Dernière Mise à Jour 2020-12-17
Date de Publication 2020-12-17
Évaluation 5.00/5 Total 4 Évaluations
Développeur roeniss2
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/roeniss/decodeURLbyClick-extension/
URL de la Page d'Aide https://github.com/roeniss/decodeURLbyClick-extension/issues
Langues Prises en Charge 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"
    }
}