Keyword Replacer
Replace keywords with a set text when pressing the selected combination of keys.
Was ist Keyword Replacer?
Keyword Replacer ist eine Chrome-Erweiterung, die von Stilling entwickelt wurde, und ihr Hauptmerkmal ist "Replace keywords with a set text when pressing the selected combination of keys.".
Keyword Replacer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Keyword Replacer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | Keyword Replacer |
ID | hiifjfgimklijlmlikbpokdecbekdldm |
Offizielle URL | https://chromewebstore.google.com/detail/keyword-replacer/hiifjfgimklijlmlikbpokdecbekdldm |
Beschreibung | Replace keywords with a set text when pressing the selected combination of keys. |
Dateigröße | 637 KB |
Installationsanzahl | 58 |
Aktuelle Version | 0.1.4 |
Letztes Update | 2016-03-24 |
Veröffentlichungsdatum | 2016-03-24 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | Stilling |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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": [ " |