Open Multiple website
Open Multiple Links easily
Cos'è Open Multiple website?
Open Multiple website è un'estensione di Chrome sviluppata da shubhankar1100, e la sua funzione principale è "Open Multiple Links easily".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Open Multiple website
Scarica i file di estensione Open Multiple website 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
There are multiple website which we open daily before we start our work, like h=google,gmail,facebook,youtube etc To open each website in different tab is time consuming. So we will develop an extension which will automate this. Let’s make it simpler by just adding all urls in one extension and by clicking a button we can open all daily use websites in one go. We have to just add all the required website in this extension once and whenever we start chrome just we have to click a button to launch all the website.
Informazioni di Base sull'Estensione
Nome | Open Multiple website |
ID | hedfombeoifnnpoglealldolfkjdohec |
URL Ufficiale | https://chromewebstore.google.com/detail/open-multiple-website/hedfombeoifnnpoglealldolfkjdohec |
Descrizione | Open Multiple Links easily |
Dimensione del File | 23.79 KB |
Conteggio Installazioni | 115 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2017-03-25 |
Data di Pubblicazione | 2017-03-24 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | shubhankar1100 |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open Multiple website", "description": "Open Multiple Links easily", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ] } |