Keyword Replacer

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

Qu'est-ce que Keyword Replacer ?

Keyword Replacer est une extension Chrome développée par Stilling, et sa fonction principale est "Replace keywords with a set text when pressing the selected combination of keys.".

Télécharger le fichier CRX de l'extension Keyword Replacer

Téléchargez les fichiers d'extension Keyword Replacer 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

                                            

Informations de Base sur l'Extension

Nom Keyword Replacer Keyword Replacer
ID hiifjfgimklijlmlikbpokdecbekdldm
URL Officiel https://chromewebstore.google.com/detail/keyword-replacer/hiifjfgimklijlmlikbpokdecbekdldm
Description Replace keywords with a set text when pressing the selected combination of keys.
Taille du Fichier 637 KB
Nombre d'Installations 58
Version Actuelle 0.1.4
Dernière Mise à Jour 2016-03-24
Date de Publication 2016-03-24
Évaluation 5.00/5 Total 3 Évaluations
Développeur Stilling
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}