Incognito Popup Button
Creates an incognito popup with the omnibox hidden.
Vad är Incognito Popup Button?
Incognito Popup Button är en Chrome-tillägg utvecklad av Jonathan Sharman, och dess huvudfunktion är "Creates an incognito popup with the omnibox hidden.".
Ladda ner Incognito Popup Button-förlängningens CRX-fil
Ladda ner Incognito Popup Button-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Adds a button to open an incognito popup window with no omnibox, bookmarks, etc.
Grundläggande Information om Tillägg
Namn | |
ID | pbcjpchjhkfhdlccaljkpmpallcmpfbb |
Officiell webbadress | https://chrome.google.com/webstore/detail/incognito-popup-button/pbcjpchjhkfhdlccaljkpmpallcmpfbb |
Beskrivning | Creates an incognito popup with the omnibox hidden. |
Filstorlek | 122 KB |
Antal Installationer | 32 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2015-06-10 |
Publiceringsdatum | 2015-06-10 |
Utvecklare | Jonathan Sharman |
Betalningssätt | free |
Stödda Språk | 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 } |