Keywords Highlighter
Keywords Highlighter.
What is Keywords Highlighter?
Keywords Highlighter is a Chrome extension developed by http://gadelkareem.com, and its main feature is "Keywords Highlighter.".
Extension Screenshots
Download Keywords Highlighter Extension CRX File
Download Keywords Highlighter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Simple keyword highlighter for your google searches. Enable the extension will automatically highlight all keywords with different colors on all pages.
Extension Basic Information
Name | |
ID | jdpmilkhgmpgjlmphfpabfimbkfiimhk |
Official URL | https://chrome.google.com/webstore/detail/keywords-highlighter/jdpmilkhgmpgjlmphfpabfimbkfiimhk |
Description | Keywords Highlighter. |
File Size | 108 KB |
Installation Count | 323 |
Current Version | 1.2 |
Last Updated | 2016-04-08 |
Publish Date | 2016-04-07 |
Rating | 3.29/5 Total 7 Ratings |
Developer | http://gadelkareem.com |
[email protected] | |
Payment Type | free |
Extension Website | http://gadelkareem.com/ |
Help Page URL | http://gadelkareem.com/ |
Privacy Policy Page URL | https://gadelkareem.com/category/wordpress |
Supported Languages | 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'" } |