Incognito Popup Button
Creates an incognito popup with the omnibox hidden.
Hvad er Incognito Popup Button?
Incognito Popup Button er en Chrome-udvidelse udviklet af Jonathan Sharman, og dens hovedfunktion er "Creates an incognito popup with the omnibox hidden.".
Download Incognito Popup Button-udvidelses-CRX-fil
Download Incognito Popup Button-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Adds a button to open an incognito popup window with no omnibox, bookmarks, etc.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | pbcjpchjhkfhdlccaljkpmpallcmpfbb |
Officiel URL | https://chrome.google.com/webstore/detail/incognito-popup-button/pbcjpchjhkfhdlccaljkpmpallcmpfbb |
Beskrivelse | Creates an incognito popup with the omnibox hidden. |
Filstørrelse | 122 KB |
Antal Installationer | 32 |
Nuværende Version | 1.1 |
Senest Opdateret | 2015-06-10 |
Udgivelsesdato | 2015-06-10 |
Udvikler | Jonathan Sharman |
Betalingsmetode | free |
Understøttede Sprog | 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 } |