Batch Page Loader

Opens multiple pages with continuous numbering

Batch Page Loaderคืออะไร?

Batch Page Loader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://triprojects.de และคุณลักษณะหลักของมันคือ "Opens multiple pages with continuous numbering"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Batch Page Loader

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}