Incognito Popup Button
Creates an incognito popup with the omnibox hidden.
Apa itu Incognito Popup Button?
Incognito Popup Button adalah ekstensi Chrome yang dikembangkan oleh Jonathan Sharman, dan fitur utamanya adalah "Creates an incognito popup with the omnibox hidden.".
Unduh Berkas CRX Ekstensi Incognito Popup Button
Unduh file ekstensi Incognito Popup Button 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
Adds a button to open an incognito popup window with no omnibox, bookmarks, etc.
Informasi Dasar Ekstensi
Nama | |
ID | pbcjpchjhkfhdlccaljkpmpallcmpfbb |
URL Resmi | https://chrome.google.com/webstore/detail/incognito-popup-button/pbcjpchjhkfhdlccaljkpmpallcmpfbb |
Deskripsi | Creates an incognito popup with the omnibox hidden. |
Ukuran File | 122 KB |
Jumlah Instalasi | 32 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2015-06-10 |
Tanggal Publikasi | 2015-06-10 |
Pengembang | Jonathan Sharman |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Incognito Popup Button", "description": "Creates an incognito popup with the omnibox hidden.", "version": "1.1", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_title": "New Incognito Popup", "default_icon": "icon.png" }, "manifest_version": 2 } |