一亩三分地每日答题助手
帮助你解决一亩三分地上的每日答题。
What is 一亩三分地每日答题助手?
一亩三分地每日答题助手 is a Chrome extension developed by Rizeng Zheng, and its main feature is "帮助你解决一亩三分地上的每日答题。".
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
自动检测每日答题窗口,并会在每个选项旁显示改选项是否为正确答案。勾号图标表示该选项为正确答案,叉号图标表示该选项为错误答案,问号图标表示题库中暂时没有该题的完整信息。题库持续更新中,目前共有200+题。欢迎发邮件至 [email protected] 来提交建议和意见 。 如果您愿意,可以通过 PayPal 向我捐款:https://www.paypal.com/donate/?business=L5WBRJRL4NZHG&no_recurring=0¤cy_code=USD 感谢您的支持!🥳
Extension Basic Information
Name | 一亩三分地每日答题助手 |
ID | dggkjnoiinakdepkighcnnpjcjldplob |
Official URL | https://chromewebstore.google.com/detail/%E4%B8%80%E4%BA%A9%E4%B8%89%E5%88%86%E5%9C%B0%E6%AF%8F%E6%97%A5%E7%AD%94%E9%A2%98%E5%8A%A9%E6%89%8B/dggkjnoiinakdepkighcnnpjcjldplob |
Description | 帮助你解决一亩三分地上的每日答题。 |
File Size | 20.06 KB |
Installation Count | 1,038 |
Current Version | 0.0.0.5 |
Last Updated | 2023-08-28 |
Publish Date | 2020-06-12 |
Rating | 4.60/5 Total 10 Ratings |
Developer | Rizeng Zheng |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "\u4e00\u4ea9\u4e09\u5206\u5730\u6bcf\u65e5\u7b54\u9898\u52a9\u624b", "version": "0.0.0.5", "description": "\u5e2e\u52a9\u4f60\u89e3\u51b3\u4e00\u4ea9\u4e09\u5206\u5730\u4e0a\u7684\u6bcf\u65e5\u7b54\u9898\u3002", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "service-worker.js", "type": "module" }, "content_scripts": [ { "matches": [ "https:\/\/www.1point3acres.com\/next\/daily-question" ], "js": [ "content_script.js" ] } ], "host_permissions": [ "https:\/\/*.1point3acres.com\/api\/daily_questions" ], "permissions": [ "storage", "webRequest" ] } |