都逛逛 | 網路書評參考
想看amazon、goodreads的評價? 我幫你。 提供博客來、kobo、讀墨、amazon、goodreads 快速連結相互參考書評
What is 都逛逛 | 網路書評參考?
都逛逛 | 網路書評參考 is a Chrome extension developed by Winsome在學, and its main feature is "想看amazon、goodreads的評價? 我幫你。 提供博客來、kobo、讀墨、amazon、goodreads 快速連結相互參考書評".
Extension Screenshots
Download 都逛逛 | 網路書評參考 Extension CRX File
Download 都逛逛 | 網路書評參考 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
看到翻譯書都會想要去Amazon or goodreads再確認一下評價? 直接幫你做好連結,按了就去,一刻都不用等,節省打字搜尋的時間 特色: - 按鈕醒目,好操作 - 一點就到,省時間 - 可開可關,好方便 - 提供博客來,kobo,讀墨, Amazon,goodreads 快速連結
Extension Basic Information
Name | 都逛逛 | 網路書評參考 |
ID | fjdjfjacahihpfplnmoofhninbpjfaca |
Official URL | https://chromewebstore.google.com/detail/%E9%83%BD%E9%80%9B%E9%80%9B-%E7%B6%B2%E8%B7%AF%E6%9B%B8%E8%A9%95%E5%8F%83%E8%80%83/fjdjfjacahihpfplnmoofhninbpjfaca |
Description | 想看amazon、goodreads的評價? 我幫你。 提供博客來、kobo、讀墨、amazon、goodreads 快速連結相互參考書評 |
File Size | 31.54 KB |
Installation Count | 201 |
Current Version | 1.3 |
Last Updated | 2021-12-31 |
Publish Date | 2021-10-16 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Winsome在學 |
[email protected] | |
Payment Type | free |
Supported Languages | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u90fd\u901b\u901b | \u7db2\u8def\u66f8\u8a55\u53c3\u8003", "description": "\u60f3\u770bamazon\u3001goodreads\u7684\u8a55\u50f9? \u6211\u5e6b\u4f60\u3002 \u63d0\u4f9b\u535a\u5ba2\u4f86\u3001kobo\u3001\u8b80\u58a8\u3001amazon\u3001goodreads \u5feb\u901f\u9023\u7d50\u76f8\u4e92\u53c3\u8003\u66f8\u8a55", "version": "1.3", "manifest_version": 3, "icons": { "16": ".\/icon\/icon16.png", "32": ".\/icon\/icon32.png", "180": ".\/icon\/icon180.png" }, "action": { "default_title": "\u90fd\u901b\u901b | \u7db2\u8def\u66f8\u8a55\u53c3\u8003", "default_popup": "popup.html" }, "permissions": [ "scripting", "declarativeContent" ], "background": { "service_worker": "background.js" }, "host_permissions": [ "*:\/\/*.books.com.tw\/*", "*:\/\/*.kobo.com\/*", "*:\/\/*.readmoo.com\/*" ] } |