Batch Page Loader

Opens multiple pages with continuous numbering

Wat is Batch Page Loader?

Batch Page Loader is een Chrome-extensie ontwikkeld door https://triprojects.de, en de belangrijkste functie is "Opens multiple pages with continuous numbering".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Batch Page Loader

Download Batch Page Loader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Batch Page Loader Batch Page Loader
ID mofmlmjacjnnnjiehcaokjihdjfmfnco
Officiële URL https://chromewebstore.google.com/detail/batch-page-loader/mofmlmjacjnnnjiehcaokjihdjfmfnco
Beschrijving Opens multiple pages with continuous numbering
Bestandsgrootte 11.2 KB
Aantal Installaties 176
Huidige Versie 1.1
Laatst Bijgewerkt 2012-11-08
Publicatiedatum 2012-11-08
Beoordeling 4.33/5 Totaal 3 Beoordelingen
Ontwikkelaar https://triprojects.de
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://triprojects.de/batchpageloader/
Ondersteunde Talen 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"
    ]
}