Incognito Search
Search selected text in Google incognito
Hvad er Incognito Search?
Incognito Search er en Chrome-udvidelse udviklet af dvdjonny, og dens hovedfunktion er "Search selected text in Google incognito".
Download Incognito Search-udvidelses-CRX-fil
Download Incognito Search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | bphnaoggijakdeeiigahieohjcjhdacj |
Officiel URL | https://chrome.google.com/webstore/detail/incognito-search/bphnaoggijakdeeiigahieohjcjhdacj |
Beskrivelse | Search selected text in Google incognito |
Filstørrelse | 6.97 KB |
Antal Installationer | 593 |
Nuværende Version | 1.0 |
Senest Opdateret | 2018-04-08 |
Udgivelsesdato | 2018-04-08 |
Bedømmelse | 4.00/5 Samlet 3 Bedømmelser |
Udvikler | dvdjonny |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } } |