Librarian 2.0
Extension opens GoodReads search page with result from selection text
Librarian 2.0คืออะไร?
Librarian 2.0 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andrey Shuster และคุณลักษณะหลักของมันคือ "Extension opens GoodReads search page with result from selection text"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Librarian 2.0
ดาวน์โหลดไฟล์ส่วนขยาย Librarian 2.0 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Small context menu opens Goodreads or Flibusta search page with selected text
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dahcbnjeekkjcmkhehpiilalhimlfaha |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/librarian-20/dahcbnjeekkjcmkhehpiilalhimlfaha |
คำอธิบาย | Extension opens GoodReads search page with result from selection text |
ขนาดไฟล์ | 9.21 KB |
จำนวนการติดตั้ง | 103 |
เวอร์ชันปัจจุบัน | 0.2.0 |
อัปเดตครั้งล่าสุด | 2018-04-16 |
วันที่เผยแพร่ | 2018-04-16 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Andrey Shuster |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/andreyshuster/librarian20 |
URL หน้าช่วยเหลือ | https://github.com/andreyshuster/librarian20 |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Librarian 2.0", "version": "0.2.0", "description": "Extension opens GoodReads search page with result from selection text", "manifest_version": 2, "permissions": [ "tabs", "contextMenus", "*:\/\/*.goodreads.com\/", "*:\/\/*.flibusta.is\/" ], "icons": { "16": "icon128.png", "48": "icon128.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |