Keywords Highlighter
Keywords Highlighter.
Wat is Keywords Highlighter?
Keywords Highlighter is een Chrome-extensie ontwikkeld door http://gadelkareem.com, en de belangrijkste functie is "Keywords Highlighter.".
Extensie Screenshots
Download het CRX-bestand van de extensie Keywords Highlighter
Download Keywords Highlighter-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
Simple keyword highlighter for your google searches. Enable the extension will automatically highlight all keywords with different colors on all pages.
Basisinformatie over de Extensie
Naam | |
ID | jdpmilkhgmpgjlmphfpabfimbkfiimhk |
Officiële URL | https://chrome.google.com/webstore/detail/keywords-highlighter/jdpmilkhgmpgjlmphfpabfimbkfiimhk |
Beschrijving | Keywords Highlighter. |
Bestandsgrootte | 108 KB |
Aantal Installaties | 323 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2016-04-08 |
Publicatiedatum | 2016-04-07 |
Beoordeling | 3.29/5 Totaal 7 Beoordelingen |
Ontwikkelaar | http://gadelkareem.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://gadelkareem.com/ |
Help Pagina-URL | http://gadelkareem.com/ |
URL van de Privacybeleid Pagina | https://gadelkareem.com/category/wordpress |
Ondersteunde Talen | 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'" } |