Favorite URL Opener
This extension allows you to save several URLs and open all of them in one click!
Cos'è Favorite URL Opener?
Favorite URL Opener è un'estensione di Chrome sviluppata da https://beloglazov.info, e la sua funzione principale è "This extension allows you to save several URLs and open all of them in one click!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Favorite URL Opener
Scarica i file di estensione Favorite URL Opener 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
Do you have a few web sites that you visit regularly, like news and social media? Do you want to open all of them in one click? Then this extension is for you! It allows you to easily open multiple URLs / web sites in new tabs at once. Enter and save the URLs of your favorite web sites on the options page. Then, whenever you want to open all the web sites at ones, just click on the extension's button and they are all opened! Compared with using bookmark folders in the bookmark bar, this extension is very minimalistic: it's just a single button, and it doesn't require you to have the bookmark bar open, which saves your screen real estate. Please watch the screencast to see the extension in action.
Informazioni di Base sull'Estensione
Nome | Favorite URL Opener |
ID | fmaghpidamhgpflfpekegcleapoapjba |
URL Ufficiale | https://chromewebstore.google.com/detail/favorite-url-opener/fmaghpidamhgpflfpekegcleapoapjba |
Descrizione | This extension allows you to save several URLs and open all of them in one click! |
Dimensione del File | 22.66 KB |
Conteggio Installazioni | 1,786 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2012-04-30 |
Data di Pubblicazione | 2012-04-30 |
Valutazione | 4.42/5 Totale 24 Valutazioni |
Sviluppatore | https://beloglazov.info |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/beloglazov/chrome-url-opener |
URL della Pagina di Aiuto | https://github.com/beloglazov/chrome-url-opener/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Favorite URL Opener", "version": "1.0.3", "manifest_version": 2, "description": "This extension allows you to save several URLs and open all of them in one click!", "icons": { "16": "images\/multiple16.png", "48": "images\/multiple48.png", "128": "images\/multiple128scaled.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "images\/multiple19.png", "default_title": "Open my URLs" }, "options_page": "options.html" } |