Goodreads Right Click
Right click selected text to search for books on Goodreads.
Goodreads Right Clickคืออะไร?
Goodreads Right Click เป็นส่วนขยายของ Chrome ที่พัฒนาโดย JLTech และคุณลักษณะหลักของมันคือ "Right click selected text to search for books on Goodreads."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Goodreads Right Click
ดาวน์โหลดไฟล์ส่วนขยาย Goodreads Right Click ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Search for books on Goodreads with a right click! You can now toggle whether your search opens Now or Later via a dropdown on the extension options page. Just click the Extensions icon in the top right of your browser (it looks like a puzzle piece), the click the three dots next to Goodreads Right Click and select Options. Select the text that you'd like to search (book title, author, ISBN), right click, and choose"Search Goodreads." Your results will show up in a new tab, and you can add the book to one of your lists, create a new review, or get more information about the book. _________ DONATE If you would like to say thanks and support continued development of this and other extensions, consider buying me a coffee: https://www.buymeacoffee.com/jltech _________ If you have any suggestions or bugs that you find, let me know! I'll be looking into adding features in the future, but for now enjoy this fast way to get right to the book you want on Goodreads! _________ Updates: Version 1.1.0 - Searching now or later is now controlled via an extension option (3.7.2023) Version 1.0.2 - Permissions update (7.9.2021) Version 1.0.1 - Goodreads Now and Goodreads later searches added (1.17.2013) Version 0.0.3 - Open Goodreads searches in the next Chrome tab.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Goodreads Right Click |
ID | fbicpmopjallgdpklipffmihodimmcbe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/goodreads-right-click/fbicpmopjallgdpklipffmihodimmcbe |
คำอธิบาย | Right click selected text to search for books on Goodreads. |
ขนาดไฟล์ | 16.71 KB |
จำนวนการติดตั้ง | 5,402 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2023-03-08 |
วันที่เผยแพร่ | 2013-01-17 |
คะแนน | 4.31/5 รวมทั้งหมด 55 คะแนน |
ผู้พัฒนา | JLTech |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "description": "Right click selected text to search for books on Goodreads.", "icons": { "16": "icon16.png", "48": "icon48.png", "96": "icon96.png" }, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDMRoXmInh5MVb1bkbfeu0fk6DRAduY3fDdcTwOlTjHtI0QV7EPSuzeOPDcfGRUubBauMovmUPKlf7JK8M8GDe6\/O4qNCrbPKe74W+Q7KWrpYnJIiMPo6kRI\/R56HBJ2FjO8d3P\/9UqjFqkcVeLQDDP73T9CN4fXgN\/NhyCdUulXQIDAQAB", "manifest_version": 2, "minimum_chrome_version": "6", "name": "Goodreads Right Click", "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "contextMenus", "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.0" } |