New window without toolbar
Open current page in new window without toolbar.
Qu'est-ce que New window without toolbar ?
New window without toolbar est une extension Chrome développée par tkrkt, et sa fonction principale est "Open current page in new window without toolbar.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension New window without toolbar
Téléchargez les fichiers d'extension New window without toolbar 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
Informations de Base sur l'Extension
Nom | |
ID | epcobhhlenfbjlmooebphgjcgdmbjgnb |
URL Officiel | https://chromewebstore.google.com/detail/new-window-without-toolba/epcobhhlenfbjlmooebphgjcgdmbjgnb |
Description | Open current page in new window without toolbar. |
Taille du Fichier | 14.69 KB |
Nombre d'Installations | 594 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2019-01-09 |
Date de Publication | 2019-01-09 |
Évaluation | 5.00/5 Total 7 Évaluations |
Développeur | tkrkt |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/tkrkt/NewWindowWithoutToolbar |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.2.0", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "tabs", "contextMenus", "storage" ], "browser_action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "options_ui": { "chrome_style": true, "page": "options.html" } } |