Keyword Replacer
Replace keywords with a set text when pressing the selected combination of keys.
什么是Keyword Replacer?
Keyword Replacer是由Stilling开发的Chrome扩展程序,该扩展的主要功能是“Replace keywords with a set text when pressing the selected combination of keys.”。
下载Keyword Replacer扩展crx文件
下载Keyword Replacer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | Keyword Replacer |
ID | hiifjfgimklijlmlikbpokdecbekdldm |
官方URL | https://chromewebstore.google.com/detail/keyword-replacer/hiifjfgimklijlmlikbpokdecbekdldm |
简介 | Replace keywords with a set text when pressing the selected combination of keys. |
文件大小 | 637 KB |
安装次数 | 58 |
当前版本 | 0.1.4 |
更新时间 | 2016-03-24 |
上架时间 | 2016-03-24 |
评分 | 5.00/5 共3次评分 |
开发者 | Stilling |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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": [ " |