Open-as-Popup
Opens the current tab as a popup window.
Cos'è Open-as-Popup?
Open-as-Popup è un'estensione di Chrome sviluppata da Thomas Mercurio, e la sua funzione principale è "Opens the current tab as a popup window.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Open-as-Popup
Scarica i file di estensione Open-as-Popup 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
This extension is very simple: it provides a button to open the current tab as a popup window. The tab will be closed, and a popup window - that is, a window without tabs or a URL bar - will be opened to the same address. Informazioni di Base sull'Estensione
| Nome | |
| ID | iabonpaolfcekbccbiginpdkhlcaeopd |
| URL Ufficiale | https://chromewebstore.google.com/detail/open-as-popup/iabonpaolfcekbccbiginpdkhlcaeopd |
| Descrizione | Opens the current tab as a popup window. |
| Dimensione del File | 6.89 KB |
| Conteggio Installazioni | 4,977 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2015-12-26 |
| Data di Pubblicazione | 2015-12-26 |
| Valutazione | 4.80/5 Totale 15 Valutazioni |
| Sviluppatore | Thomas Mercurio |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Open-as-Popup",
"version": "1.0",
"manifest_version": 2,
"background": {
"scripts": [
"js\/background.js"
]
},
"browser_action": {
"default_icon": {
"19": "img\/icon19.png",
"38": "img\/icon38.png"
},
"default_title": "Open the current tab as a popup window."
},
"description": "Opens the current tab as a popup window.",
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
}
} | |