Batch Page Loader

Opens multiple pages with continuous numbering

What is Batch Page Loader?

Batch Page Loader is a Chrome extension developed by https://triprojects.de, and its main feature is "Opens multiple pages with continuous numbering".

Extension Screenshots

screenshot

Download Batch Page Loader Extension CRX File

Download Batch Page Loader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Batch Page Loader Batch Page Loader
ID mofmlmjacjnnnjiehcaokjihdjfmfnco
Official URL https://chromewebstore.google.com/detail/batch-page-loader/mofmlmjacjnnnjiehcaokjihdjfmfnco
Description Opens multiple pages with continuous numbering
File Size 11.2 KB
Installation Count 176
Current Version 1.1
Last Updated 2012-11-08
Publish Date 2012-11-08
Rating 4.33/5 Total 3 Ratings
Developer https://triprojects.de
Email [email protected]
Payment Type free
Extension Website http://triprojects.de/batchpageloader/
Supported Languages 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"
    ]
}