Keyword Replacer

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

Co to jest Keyword Replacer?

Keyword Replacer to rozszerzenie Chrome opracowane przez Stilling, a jego główną funkcją jest „Replace keywords with a set text when pressing the selected combination of keys.”.

Pobierz plik CRX rozszerzenia Keyword Replacer

Pobierz pliki rozszerzeń Keyword Replacer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Keyword Replacer Keyword Replacer
ID hiifjfgimklijlmlikbpokdecbekdldm
Oficjalny URL https://chromewebstore.google.com/detail/keyword-replacer/hiifjfgimklijlmlikbpokdecbekdldm
Opis Replace keywords with a set text when pressing the selected combination of keys.
Rozmiar pliku 637 KB
Liczba instalacji 58
Aktualna Wersja 0.1.4
Ostatnia Aktualizacja 2016-03-24
Data Publikacji 2016-03-24
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Stilling
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}