Keyword Replacer

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

Keyword Replacerとは何ですか?

Keyword ReplacerはStillingによって開発されたChromeの拡張機能で、その主な機能は「Replace keywords with a set text when pressing the selected combination of keys.」です。

Keyword Replacer拡張機能のCRXファイルをダウンロード

Keyword Replacer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Keyword Replacer Keyword Replacer
ID hiifjfgimklijlmlikbpokdecbekdldm
公式URL https://chromewebstore.google.com/detail/keyword-replacer/hiifjfgimklijlmlikbpokdecbekdldm
説明 Replace keywords with a set text when pressing the selected combination of keys.
ファイルサイズ 637 KB
インストール数 58
現在のバージョン 0.1.4
最終更新日 2016-03-24
公開日 2016-03-24
評価 5.00/5 合計 3 レビュー
開発者 Stilling
Eメール [email protected]
支払い方法 free
対応言語 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"
            ]
        }
    ]
}