Open Custom URL
Open custom URL or local file path in a popup or tab.
Cos'è Open Custom URL?
Open Custom URL è un'estensione di Chrome sviluppata da publisher, e la sua funzione principale è "Open custom URL or local file path in a popup or tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Open Custom URL
Scarica i file di estensione Open Custom URL 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
Set any website URL and open it in a popup or tab with just one click!
Informazioni di Base sull'Estensione
Nome | Open Custom URL |
ID | ljhdepmipigadellfdggnlphmfebnnbp |
URL Ufficiale | https://chromewebstore.google.com/detail/open-custom-url/ljhdepmipigadellfdggnlphmfebnnbp |
Descrizione | Open custom URL or local file path in a popup or tab. |
Dimensione del File | 32.18 KB |
Conteggio Installazioni | 20 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2017-05-10 |
Data di Pubblicazione | 2017-05-09 |
Valutazione | 4.00/5 Totale 1 Valutazioni |
Sviluppatore | publisher |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open Custom URL", "description": "Open custom URL or local file path in a popup or tab.", "permissions": [ "storage" ], "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "version": "1.0", "options_page": "options.html", "browser_action": [], "background": { "scripts": [ "js\/popup.js" ] } } |