Batch Page Loader
Opens multiple pages with continuous numbering
Cos'è Batch Page Loader?
Batch Page Loader è un'estensione di Chrome sviluppata da https://triprojects.de, e la sua funzione principale è "Opens multiple pages with continuous numbering".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Batch Page Loader
Scarica i file di estensione Batch Page Loader 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
Batch Page Loader opens multiple pages with continuous numbering in new tabs – with just a few clicks. Good for taking reading material to places without internet connection. Works with WordPress, Tumblr, Blogger and all websites with a page number in the URL. Replace the page number in the URL with “%i”, select the page range you want to load and click “Load pages”. Each page opens in a new tab.
Informazioni di Base sull'Estensione
Nome | Batch Page Loader |
ID | mofmlmjacjnnnjiehcaokjihdjfmfnco |
URL Ufficiale | https://chromewebstore.google.com/detail/batch-page-loader/mofmlmjacjnnnjiehcaokjihdjfmfnco |
Descrizione | Opens multiple pages with continuous numbering |
Dimensione del File | 11.2 KB |
Conteggio Installazioni | 176 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2012-11-08 |
Data di Pubblicazione | 2012-11-08 |
Valutazione | 4.33/5 Totale 3 Valutazioni |
Sviluppatore | https://triprojects.de |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://triprojects.de/batchpageloader/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Batch Page Loader", "version": "1.1", "manifest_version": 2, "description": "Opens multiple pages with continuous numbering", "homepage_url": "http:\/\/triprojects.de\/batchpageloader\/", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |