Incognito Popup Button
Creates an incognito popup with the omnibox hidden.
What is Incognito Popup Button?
Incognito Popup Button is a Chrome extension developed by Jonathan Sharman, and its main feature is "Creates an incognito popup with the omnibox hidden.".
Download Incognito Popup Button Extension CRX File
Download Incognito Popup Button extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Adds a button to open an incognito popup window with no omnibox, bookmarks, etc.
Extension Basic Information
Name | |
ID | pbcjpchjhkfhdlccaljkpmpallcmpfbb |
Official URL | https://chrome.google.com/webstore/detail/incognito-popup-button/pbcjpchjhkfhdlccaljkpmpallcmpfbb |
Description | Creates an incognito popup with the omnibox hidden. |
File Size | 122 KB |
Installation Count | 32 |
Current Version | 1.1 |
Last Updated | 2015-06-10 |
Publish Date | 2015-06-10 |
Developer | Jonathan Sharman |
Payment Type | free |
Supported Languages | 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 } |