Link buncher
Open multiple links at once
Cos'è Link buncher?
Link buncher è un'estensione di Chrome sviluppata da Vladimir Vakhromeev, e la sua funzione principale è "Open multiple links at once".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Link buncher
Scarica i file di estensione Link buncher 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
Extension allows to select multiple links and open them in one click. using: 1. open web page 2. press extensions icon 3. press and hold Shift 4. move pointer over desirable links(they should get red frame) 5. release Shift 6. to open all selected links at once click any of red framed links
Informazioni di Base sull'Estensione
Nome | |
ID | bbmlifefgoaaclfbpoomgpapopblpflc |
URL Ufficiale | https://chrome.google.com/webstore/detail/link-buncher/bbmlifefgoaaclfbpoomgpapopblpflc |
Descrizione | Open multiple links at once |
Dimensione del File | 11.35 KB |
Conteggio Installazioni | 620 |
Versione Corrente | 0.5 |
Ultimo Aggiornamento | 2015-11-16 |
Data di Pubblicazione | 2015-11-16 |
Valutazione | 3.67/5 Totale 9 Valutazioni |
Sviluppatore | Vladimir Vakhromeev |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/SleepingWhale/Link-buncher |
Lingue Supportate | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "0.5", "author": "Vladimir Vakhromeev", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon16.png", "default_title": "Link buncher" }, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/", "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |