Keyword Replacer

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

What is Keyword Replacer?

Keyword Replacer is a Chrome extension developed by Stilling, and its main feature is "Replace keywords with a set text when pressing the selected combination of keys.".

Download Keyword Replacer Extension CRX File

Download Keyword Replacer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Keyword Replacer Keyword Replacer
ID hiifjfgimklijlmlikbpokdecbekdldm
Official URL https://chromewebstore.google.com/detail/keyword-replacer/hiifjfgimklijlmlikbpokdecbekdldm
Description Replace keywords with a set text when pressing the selected combination of keys.
File Size 637 KB
Installation Count 58
Current Version 0.1.4
Last Updated 2016-03-24
Publish Date 2016-03-24
Rating 5.00/5 Total 3 Ratings
Developer Stilling
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}