Incognito Search
Search selected text in Google incognito
Vad är Incognito Search?
Incognito Search är en Chrome-tillägg utvecklad av dvdjonny, och dess huvudfunktion är "Search selected text in Google incognito".
Ladda ner Incognito Search-förlängningens CRX-fil
Ladda ner Incognito Search-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
Add a context menu to search for a term in a new InCognito Window. You no longer need to copy the text, open a new browser and paste the text.
Grundläggande Information om Tillägg
Namn | |
ID | bphnaoggijakdeeiigahieohjcjhdacj |
Officiell webbadress | https://chrome.google.com/webstore/detail/incognito-search/bphnaoggijakdeeiigahieohjcjhdacj |
Beskrivning | Search selected text in Google incognito |
Filstorlek | 6.97 KB |
Antal Installationer | 593 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2018-04-08 |
Publiceringsdatum | 2018-04-08 |
Betyg | 4.00/5 Totalt 3 Betyg |
Utvecklare | dvdjonny |
Betalningssätt | free |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Incognito Search", "version": "1.0", "description": "Search selected text in Google incognito", "author": "dvdjonny", "manifest_version": 2, "permissions": [ "contextMenus", "tabs" ], "icons": { "128": "icon-bitty.png" }, "background": { "scripts": [ "main.js" ] } } |