Incognito Popup Button
Creates an incognito popup with the omnibox hidden.
Qu'est-ce que Incognito Popup Button ?
Incognito Popup Button est une extension Chrome développée par Jonathan Sharman, et sa fonction principale est "Creates an incognito popup with the omnibox hidden.".
Télécharger le fichier CRX de l'extension Incognito Popup Button
Téléchargez les fichiers d'extension Incognito Popup Button au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Adds a button to open an incognito popup window with no omnibox, bookmarks, etc.
Informations de Base sur l'Extension
Nom | |
ID | pbcjpchjhkfhdlccaljkpmpallcmpfbb |
URL Officiel | https://chrome.google.com/webstore/detail/incognito-popup-button/pbcjpchjhkfhdlccaljkpmpallcmpfbb |
Description | Creates an incognito popup with the omnibox hidden. |
Taille du Fichier | 122 KB |
Nombre d'Installations | 32 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2015-06-10 |
Date de Publication | 2015-06-10 |
Développeur | Jonathan Sharman |
Type de Paiement | free |
Langues Prises en Charge | 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 } |