Keywords Highlighter
Keywords Highlighter.
什么是Keywords Highlighter?
Keywords Highlighter是由http://gadelkareem.com开发的Chrome扩展程序,该扩展的主要功能是“Keywords Highlighter.”。
扩展截图
下载Keywords Highlighter扩展crx文件
下载Keywords Highlighter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simple keyword highlighter for your google searches. Enable the extension will automatically highlight all keywords with different colors on all pages. 扩展基本信息
| 名称 | |
| ID | jdpmilkhgmpgjlmphfpabfimbkfiimhk |
| 官方URL | https://chrome.google.com/webstore/detail/keywords-highlighter/jdpmilkhgmpgjlmphfpabfimbkfiimhk |
| 简介 | Keywords Highlighter. |
| 文件大小 | 108 KB |
| 安装次数 | 323 |
| 当前版本 | 1.2 |
| 更新时间 | 2016-04-08 |
| 上架时间 | 2016-04-07 |
| 评分 | 3.29/5 共7次评分 |
| 开发者 | http://gadelkareem.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://gadelkareem.com/ |
| 帮助页面URL | http://gadelkareem.com/ |
| 隐私政策页面URL | https://gadelkareem.com/category/wordpress |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"bg.js"
],
"persistent": true
},
"browser_action": {
"default_icon": "icon.png",
"default_title": "Keywords Highlighter"
},
"description": "Keywords Highlighter.",
"icons": {
"128": "128.png",
"16": "16.png",
"32": "32.png",
"48": "48.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"jquery-1.12.0.min.js",
"search-highlight-0.33.min.js",
"highlighter.js"
],
"css": [
"style.css"
]
}
],
"permissions": [
"storage",
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"name": "Keywords Highlighter",
"version": "1.2",
"homepage_url": "http:\/\/gadelkareem.com\/",
"manifest_version": 2,
"content_security_policy": "script-src 'self' ; object-src 'self'"
} | |