ISBN Search
Replaces ISBNs with appropriate links to gen.lib.rus.ec (Online search engine for books)
ISBN Searchคืออะไร?
ISBN Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย duncankeith228 และคุณลักษณะหลักของมันคือ "Replaces ISBNs with appropriate links to gen.lib.rus.ec (Online search engine for books)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ISBN Search
ดาวน์โหลดไฟล์ส่วนขยาย ISBN Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Find all of your books in the most convenient way possible. Any ISBNs will automatically be replaced with a hyperlink to your free pdf download! Link to GitHub repo: https://github.com/DuncanKeith/isbn-search
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ISBN Search |
ID | pciedbdeahgjkohjeikjjljdbhbkjeoc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/isbn-search/pciedbdeahgjkohjeikjjljdbhbkjeoc |
คำอธิบาย | Replaces ISBNs with appropriate links to gen.lib.rus.ec (Online search engine for books) |
ขนาดไฟล์ | 12.16 KB |
จำนวนการติดตั้ง | 602 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2016-11-22 |
วันที่เผยแพร่ | 2016-11-22 |
คะแนน | 4.78/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | duncankeith228 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ISBN Search", "version": "1.0.0", "description": "Replaces ISBNs with appropriate links to gen.lib.rus.ec (Online search engine for books)", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |