Incognito Search Plus
Search Google in incognito mode. Use context menu option or omnibox keyword 'i'.
Apa itu Incognito Search Plus?
Incognito Search Plus adalah ekstensi Chrome yang dikembangkan oleh https://browsernative.com, dan fitur utamanya adalah "Search Google in incognito mode. Use context menu option or omnibox keyword 'i'.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Incognito Search Plus
Unduh file ekstensi Incognito Search Plus 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
You can use this extension in two ways: 1. Select any text and right click on it. Now, use the option in the appeared context menu. 2.Type i in the address bar of Chrome and hit the space bar. Now, type your search query. Visit for more information: https://browsernative.com/incognito-search-chrome-extension/
Informasi Dasar Ekstensi
Nama | Incognito Search Plus |
ID | leblpjbphcbikkpiildlcjjdneilgbpl |
URL Resmi | https://chromewebstore.google.com/detail/incognito-search-plus/leblpjbphcbikkpiildlcjjdneilgbpl |
Deskripsi | Search Google in incognito mode. Use context menu option or omnibox keyword 'i'. |
Ukuran File | 15.58 KB |
Jumlah Instalasi | 412 |
Versi Saat Ini | 0.0.4 |
Terakhir Diperbarui | 2019-07-31 |
Tanggal Publikasi | 2019-07-30 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | https://browsernative.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://browsernative.com/incognito-search-chrome-extension/ |
URL Halaman Bantuan | https://browsernative.com/incognito-search-chrome-extension/ |
URL Halaman Kebijakan Privasi | https://browsernative.com/extensions-privacy-policy |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Incognito Search Plus", "short_name": "Incognito Search", "description": "Search Google in incognito mode. Use context menu option or omnibox keyword 'i'.", "version": "0.0.4", "icons": { "16": "static\/icon-16.png", "48": "static\/icon-48.png", "128": "static\/icon-128.png" }, "permissions": [ "contextMenus" ], "omnibox": { "keyword": "i" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "static\/icon-128.png", "default_title": "Incognito Search Plus" }, "manifest_version": 2, "homepage_url": "https:\/\/browsernative.com\/incognito-search-chrome-extension\/" } |