Incognito Search
Search Google in Incognito Mode with a right-click
Apa itu Incognito Search?
Incognito Search adalah ekstensi Chrome yang dikembangkan oleh mhabib, dan fitur utamanya adalah "Search Google in Incognito Mode with a right-click".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Incognito Search
Unduh file ekstensi Incognito Search dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | pfimbehielmdohninhgpophppfmajnea |
URL Resmi | https://chrome.google.com/webstore/detail/incognito-search/pfimbehielmdohninhgpophppfmajnea |
Deskripsi | Search Google in Incognito Mode with a right-click |
Ukuran File | 429 KB |
Jumlah Instalasi | 160 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2019-08-16 |
Tanggal Publikasi | 2019-08-16 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | mhabib |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |