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
公式URL 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
Eメール [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"
    ]
}