Convert To Popup
Converts the current tab or link to a popup window
Cos'è Convert To Popup?
Convert To Popup è un'estensione di Chrome sviluppata da rawbytz, e la sua funzione principale è "Converts the current tab or link to a popup window".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Convert To Popup
Scarica i file di estensione Convert To 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
                        • Popup windows have no tabs, address bar, or bookmarks bar.
• Click the toolbar icon to convert the current tab into a Popup window.
• Assign a keyboard shortcut at the bottom of chrome://extensions to do the same.
• Right Click links to open them in a new Popup window.
• No persistent memory footprint.                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | ipbclffpmnocdigdcpmahfmdlibcggal | 
| URL Ufficiale | https://chromewebstore.google.com/detail/convert-to-popup/ipbclffpmnocdigdcpmahfmdlibcggal | 
| Descrizione | Converts the current tab or link to a popup window | 
| Dimensione del File | 7.13 KB | 
| Conteggio Installazioni | 1,409 | 
| Versione Corrente | 1.6 | 
| Ultimo Aggiornamento | 2018-03-07 | 
| Data di Pubblicazione | 2018-03-07 | 
| Valutazione | 4.36/5 Totale 11 Valutazioni | 
| Sviluppatore | rawbytz | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Lingue Supportate | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Convert To Popup",
    "version": "1.6",
    "description": "Converts the current tab or link to a popup window",
    "browser_action": {
        "default_icon": "convert2Popup_128.png",
        "default_title": "Convert to Popup"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "convert2Popup_128.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "manifest_version": 2
}  |  |