Keyword Replacer

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

Apa itu Keyword Replacer?

Keyword Replacer adalah ekstensi Chrome yang dikembangkan oleh Stilling, dan fitur utamanya adalah "Replace keywords with a set text when pressing the selected combination of keys.".

Unduh Berkas CRX Ekstensi Keyword Replacer

Unduh file ekstensi Keyword Replacer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Keyword Replacer Keyword Replacer
ID hiifjfgimklijlmlikbpokdecbekdldm
URL Resmi https://chromewebstore.google.com/detail/keyword-replacer/hiifjfgimklijlmlikbpokdecbekdldm
Deskripsi Replace keywords with a set text when pressing the selected combination of keys.
Ukuran File 637 KB
Jumlah Instalasi 58
Versi Saat Ini 0.1.4
Terakhir Diperbarui 2016-03-24
Tanggal Publikasi 2016-03-24
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Stilling
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}