Highlight google search result text
Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted
Vad är Highlight google search result text?
Highlight google search result text är en Chrome-tillägg utvecklad av Zudwa, och dess huvudfunktion är "Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted".
Tilläggsskärmbilder
Ladda ner Highlight google search result text-förlängningens CRX-fil
Ladda ner Highlight google search result text-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | Highlight google search result text |
ID | kafonnappobpdlafifbfbenjabakmihe |
Officiell webbadress | https://chromewebstore.google.com/detail/highlight-google-search-r/kafonnappobpdlafifbfbenjabakmihe |
Beskrivning | Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted |
Filstorlek | 12.97 KB |
Antal Installationer | 75 |
Aktuell Version | 0.1.3 |
Senast Uppdaterad | 2014-04-03 |
Publiceringsdatum | 2014-04-02 |
Betyg | 3.00/5 Totalt 2 Betyg |
Utvecklare | Zudwa |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Highlight google search result text", "description": "Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted", "version": "0.1.3", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "google-search.js", "search-result.js" ] } ], "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage" ] } |