Keyword Replacer
Replace keywords with a set text when pressing the selected combination of keys.
Wat is Keyword Replacer?
Keyword Replacer is een Chrome-extensie ontwikkeld door Stilling, en de belangrijkste functie is "Replace keywords with a set text when pressing the selected combination of keys.".
Download het CRX-bestand van de extensie Keyword Replacer
Download Keyword Replacer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | Keyword Replacer |
ID | hiifjfgimklijlmlikbpokdecbekdldm |
Officiële URL | https://chromewebstore.google.com/detail/keyword-replacer/hiifjfgimklijlmlikbpokdecbekdldm |
Beschrijving | Replace keywords with a set text when pressing the selected combination of keys. |
Bestandsgrootte | 637 KB |
Aantal Installaties | 58 |
Huidige Versie | 0.1.4 |
Laatst Bijgewerkt | 2016-03-24 |
Publicatiedatum | 2016-03-24 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Stilling |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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": [ " |