Incognito Search
Search Google in Incognito Mode with a right-click
Hvad er Incognito Search?
Incognito Search er en Chrome-udvidelse udviklet af mhabib, og dens hovedfunktion er "Search Google in Incognito Mode with a right-click".
Udvidelsesskærmbilleder
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
Tired of opening incognito window and pasting, Ahh wait! you forgot to copy first... you return to normal mode, copy, return back to incognito, paste and finally you hit Enter to search Google in incognito mode! With Incognito Search you can search Google Incognito with only a right-click!
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | pfimbehielmdohninhgpophppfmajnea |
Officiel URL | https://chrome.google.com/webstore/detail/incognito-search/pfimbehielmdohninhgpophppfmajnea |
Beskrivelse | Search Google in Incognito Mode with a right-click |
Filstørrelse | 429 KB |
Antal Installationer | 160 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2019-08-16 |
Udgivelsesdato | 2019-08-16 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | mhabib |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Incognito Search", "description": "Search Google in Incognito Mode with a right-click", "version": "1.0.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon16.png" }, "background": { "scripts": [ "rightClick.js" ], "persistent": false }, "permissions": [ "tabs", "contextMenus" ] } |