Keyword Replacer
Replace keywords with a set text when pressing the selected combination of keys.
Co je Keyword Replacer?
Keyword Replacer je rozšíření Chrome vyvinuté Stilling, a jeho hlavní funkcí je „Replace keywords with a set text when pressing the selected combination of keys.“.
Stáhnout soubor CRX rozšíření Keyword Replacer
Stáhněte si soubory rozšíření Keyword Replacer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Základní Informace o Rozšíření
Název | Keyword Replacer |
ID | hiifjfgimklijlmlikbpokdecbekdldm |
Oficiální URL | https://chromewebstore.google.com/detail/keyword-replacer/hiifjfgimklijlmlikbpokdecbekdldm |
Popis | Replace keywords with a set text when pressing the selected combination of keys. |
Velikost souboru | 637 KB |
Počet instalací | 58 |
Aktuální Verze | 0.1.4 |
Poslední Aktualizace | 2016-03-24 |
Datum Vydání | 2016-03-24 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | Stilling |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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": [ " |