Downloader
Generate PDF download link in the CNKI paper search result
Downloaderคืออะไร?
Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย platonewang และคุณลักษณะหลักของมันคือ "Generate PDF download link in the CNKI paper search result"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Downloader
ดาวน์โหลดไฟล์ส่วนขยาย Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | mjaaaidbkmjlgdejeikmmmjkpehokbfg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/downloader/mjaaaidbkmjlgdejeikmmmjkpehokbfg |
คำอธิบาย | Generate PDF download link in the CNKI paper search result |
ขนาดไฟล์ | 15.68 KB |
จำนวนการติดตั้ง | 103 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2018-03-17 |
วันที่เผยแพร่ | 2018-03-17 |
ผู้พัฒนา | platonewang |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Downloader", "description": "Generate PDF download link in the CNKI paper search result", "version": "1.0", "content_scripts": [ { "all_frames": false, "matches": [ "http:\/\/*.cnki.net\/*" ], "js": [ "content.js" ] } ], "browser_action": { "default_icon": "icon.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |