Itpub Downloader
Download attachments like ebooks from http://www.itpub.net.
Itpub Downloaderคืออะไร?
Itpub Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rivend และคุณลักษณะหลักของมันคือ "Download attachments like ebooks from http://www.itpub.net."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Itpub Downloader
ดาวน์โหลดไฟล์ส่วนขยาย Itpub Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Assistant to simplify downloading attachment from itpub.net.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mmbonleanalpimdalodkaannldhpoacb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/itpub-downloader/mmbonleanalpimdalodkaannldhpoacb |
คำอธิบาย | Download attachments like ebooks from http://www.itpub.net. |
ขนาดไฟล์ | 108 KB |
จำนวนการติดตั้ง | 768 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2014-10-20 |
วันที่เผยแพร่ | 2014-10-20 |
คะแนน | 5.00/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | rivend |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Itpub Downloader", "description": "Download attachments like ebooks from http:\/\/www.itpub.net.", "version": "1.0.2", "minimum_chrome_version": "31", "manifest_version": 2, "permissions": [ "declarativeContent", "downloads", "http:\/\/*.itpub.net\/*" ], "page_action": { "default_title": "Itpub Download", "default_icon": "\/icons\/icon128.png", "default_popup": "\/views\/popup.html" }, "icons": { "16": "\/icons\/icon16.png", "24": "\/icons\/icon24.png", "32": "\/icons\/icon32.png", "48": "\/icons\/icon48.png", "64": "\/icons\/icon64.png", "128": "\/icons\/icon128.png", "256": "\/icons\/icon256.png" }, "web_accessible_resources": [ "\/images\/download.png" ], "background": { "scripts": [ "\/scripts\/background.js" ] }, "options_page": "\/views\/options.html" } |