Keyword Replacer

Replace keywords with a set text when pressing the selected combination of keys.

Cos'è Keyword Replacer?

Keyword Replacer è un'estensione di Chrome sviluppata da Stilling, e la sua funzione principale è "Replace keywords with a set text when pressing the selected combination of keys.".

Scarica il file CRX dell'estensione Keyword Replacer

Scarica i file di estensione Keyword Replacer 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

                                            

Informazioni di Base sull'Estensione

Nome Keyword Replacer Keyword Replacer
ID hiifjfgimklijlmlikbpokdecbekdldm
URL Ufficiale https://chromewebstore.google.com/detail/keyword-replacer/hiifjfgimklijlmlikbpokdecbekdldm
Descrizione Replace keywords with a set text when pressing the selected combination of keys.
Dimensione del File 637 KB
Conteggio Installazioni 58
Versione Corrente 0.1.4
Ultimo Aggiornamento 2016-03-24
Data di Pubblicazione 2016-03-24
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Stilling
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Keyword Replacer",
    "manifest_version": 2,
    "version": "0.1.4",
    "author": "Mitch @BlameMitch",
    "short_name": "Keyword Replacer",
    "description": "Replace keywords with a set text when pressing the selected combination of keys.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Options"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "notifications",
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.js",
                "js\/moment.js",
                "js\/scripts.js"
            ]
        }
    ]
}