popup iframe
This extension shows a user defined page in a chrome pop-up as an iframe
Cos'è popup iframe?
popup iframe è un'estensione di Chrome sviluppata da c.hausle, e la sua funzione principale è "This extension shows a user defined page in a chrome pop-up as an iframe".
Scarica il file CRX dell'estensione popup iframe
Scarica i file di estensione popup iframe 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
Open a user defined web page as an iframe in a chrome extension popup
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | imkblihjdjdgpopoijjdefpccmnccfil |
URL Ufficiale | https://chrome.google.com/webstore/detail/popup-iframe/imkblihjdjdgpopoijjdefpccmnccfil |
Descrizione | This extension shows a user defined page in a chrome pop-up as an iframe |
Dimensione del File | 17.93 KB |
Conteggio Installazioni | 97 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2016-08-02 |
Data di Pubblicazione | 2016-08-02 |
Valutazione | 4.50/5 Totale 4 Valutazioni |
Sviluppatore | c.hausle |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "popup iframe", "description": "This extension shows a user defined page in a chrome pop-up as an iframe", "version": "1.1", "author": "chausle", "options_page": "options.html", "icons": { "16": "icon19.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon19.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "https:\/\/ajax.googleapis.com\/" ] } |