iframe in new tab or window
Open an iframe in a new tab or window
Cos'è iframe in new tab or window?
iframe in new tab or window è un'estensione di Chrome sviluppata da Graeme Gellatly, e la sua funzione principale è "Open an iframe in a new tab or window".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione iframe in new tab or window
Scarica i file di estensione iframe in new tab or window 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
Adds a context menu to iframes to enable them to be opened in either a popup window or tab. The window popup is designed for pdf's primarily and will pop offset right and narrower than a standard window. Informazioni di Base sull'Estensione
| Nome | |
| ID | mcgmlddiffnkehjigmkifkebflbjigep |
| URL Ufficiale | https://chromewebstore.google.com/detail/iframe-in-new-tab-or-wind/mcgmlddiffnkehjigmkifkebflbjigep |
| Descrizione | Open an iframe in a new tab or window |
| Dimensione del File | 30.77 KB |
| Conteggio Installazioni | 306 |
| Versione Corrente | 0.1 |
| Ultimo Aggiornamento | 2023-05-11 |
| Data di Pubblicazione | 2023-05-11 |
| Valutazione | 4.00/5 Totale 1 Valutazioni |
| Sviluppatore | Graeme Gellatly |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "iframe in new tab or window",
"version": "0.1",
"manifest_version": 3,
"description": "Open an iframe in a new tab or window",
"action": {
"default_icon": "icon-128.png",
"default_popup": "popup.html",
"default_title": "iframe in new tab or window"
},
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"64": "icon-64.png",
"128": "icon-128.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"contextMenus"
]
} | |