Keyword Replacer

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

Vad är Keyword Replacer?

Keyword Replacer är en Chrome-tillägg utvecklad av Stilling, och dess huvudfunktion är "Replace keywords with a set text when pressing the selected combination of keys.".

Ladda ner Keyword Replacer-förlängningens CRX-fil

Ladda ner Keyword Replacer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn Keyword Replacer Keyword Replacer
ID hiifjfgimklijlmlikbpokdecbekdldm
Officiell webbadress https://chromewebstore.google.com/detail/keyword-replacer/hiifjfgimklijlmlikbpokdecbekdldm
Beskrivning Replace keywords with a set text when pressing the selected combination of keys.
Filstorlek 637 KB
Antal Installationer 58
Aktuell Version 0.1.4
Senast Uppdaterad 2016-03-24
Publiceringsdatum 2016-03-24
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare Stilling
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}