Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Gemini EDU Prompt Assistant (TW)", "version": "1.2.0", "description": "\u70ba\u53f0\u7063\u6559\u80b2\u5834\u57df\u8a2d\u8a08\u7684 Gemini \u63d0\u793a\u8a5e\u6a21\u677f\uff0c\u9ede\u64ca\u6309\u9215\u5373\u53ef\u76f4\u63a5\u5c07\u6307\u4ee4\u8cbc\u5165 Gemini \u8f38\u5165\u6846\u3002", "permissions": [ "activeTab" ], "host_permissions": [ "https:\/\/gemini.google.com\/*" ], "action": { "default_popup": "popup.html", "default_title": "Gemini EDU Prompt Assistant", "default_icon": { "128": "128.png" } }, "icons": { "128": "128.png" }, "content_scripts": [ { "matches": [ "https:\/\/gemini.google.com\/*" ], "js": [ "content.js" ] } ] }