熊猫觅书 - BookLocator
在豆瓣读书页面显示湾区哪些图书馆有此藏书 - Show the list of libraries in Bayarea having the book on Douban Book page
熊猫觅书 - BookLocatorคืออะไร?
熊猫觅书 - BookLocator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Suhua และคุณลักษณะหลักของมันคือ "在豆瓣读书页面显示湾区哪些图书馆有此藏书 - Show the list of libraries in Bayarea having the book on Douban Book page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 熊猫觅书 - BookLocator
ดาวน์โหลดไฟล์ส่วนขยาย 熊猫觅书 - BookLocator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
坐标湾区,中文十级,苦于中文书籍难觅,遂开发此插件。 Icons made by Smashicons(https://www.flaticon.com/authors/smashicons) from www.flaticon.com is licensed by CC 3.0.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | eebmamhgbenjckdlahbilikholpdcajp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/%E7%86%8A%E7%8C%AB%E8%A7%85%E4%B9%A6-booklocator/eebmamhgbenjckdlahbilikholpdcajp |
คำอธิบาย | 在豆瓣读书页面显示湾区哪些图书馆有此藏书 - Show the list of libraries in Bayarea having the book on Douban Book page |
ขนาดไฟล์ | 36.63 KB |
จำนวนการติดตั้ง | 45 |
เวอร์ชันปัจจุบัน | 0.1.3 |
อัปเดตครั้งล่าสุด | 2019-05-11 |
วันที่เผยแพร่ | 2019-05-11 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Suhua |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u718a\u732b\u89c5\u4e66 - BookLocator", "version": "0.1.3", "manifest_version": 2, "description": "\u5728\u8c46\u74e3\u8bfb\u4e66\u9875\u9762\u663e\u793a\u6e7e\u533a\u54ea\u4e9b\u56fe\u4e66\u9986\u6709\u6b64\u85cf\u4e66 - Show the list of libraries in Bayarea having the book on Douban Book page", "browser_action": { "default_icon": { "16": "images\/16.png", "32": "images\/32.png", "128": "images\/128.png" } }, "permissions": [ "activeTab", "https:\/\/book.douban.com\/*", "https:\/\/localbook.xyz\/*" ], "content_scripts": [ { "matches": [ "*:\/\/book.douban.com\/subject\/*" ], "js": [ "js\/jquery-3.3.1.min.js", "js\/book-lib.js" ] } ] } |