Batch Page Loader

Opens multiple pages with continuous numbering

什麼是Batch Page Loader?

Batch Page Loader是由https://triprojects.de開發的Chrome擴展程式,該擴展的主要功能是“Opens multiple pages with continuous numbering”。

擴展截圖

screenshot

下載Batch Page Loader擴展crx文件

下載Batch Page Loader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Batch Page Loader Batch Page Loader
ID mofmlmjacjnnnjiehcaokjihdjfmfnco
官方網址 https://chromewebstore.google.com/detail/batch-page-loader/mofmlmjacjnnnjiehcaokjihdjfmfnco
簡介 Opens multiple pages with continuous numbering
檔案大小 11.2 KB
安裝次數 176
目前版本 1.1
更新時間 2012-11-08
上架時間 2012-11-08
評分 4.33/5 共 3 次評分
開發者 https://triprojects.de
電子郵箱 [email protected]
付費類型 free
擴展官網 http://triprojects.de/batchpageloader/
支援的語言 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"
    ]
}