New window without toolbar
Open current page in new window without toolbar.
Cos'è New window without toolbar?
New window without toolbar è un'estensione di Chrome sviluppata da tkrkt, e la sua funzione principale è "Open current page in new window without toolbar.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione New window without toolbar
Scarica i file di estensione New window without toolbar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
| Nome | |
| ID | epcobhhlenfbjlmooebphgjcgdmbjgnb |
| URL Ufficiale | https://chromewebstore.google.com/detail/new-window-without-toolba/epcobhhlenfbjlmooebphgjcgdmbjgnb |
| Descrizione | Open current page in new window without toolbar. |
| Dimensione del File | 14.69 KB |
| Conteggio Installazioni | 594 |
| Versione Corrente | 1.2.0 |
| Ultimo Aggiornamento | 2019-01-09 |
| Data di Pubblicazione | 2019-01-09 |
| Valutazione | 5.00/5 Totale 7 Valutazioni |
| Sviluppatore | tkrkt |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/tkrkt/NewWindowWithoutToolbar |
| Lingue Supportate | 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"
}
} | |