Writely
A GPT Powered Extension helping your writing and reading
什么是Writely?
Writely是由anchao951220开发的Chrome扩展程序,该扩展的主要功能是“A GPT Powered Extension helping your writing and reading”。
扩展截图
下载Writely扩展crx文件
下载Writely扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Writely Bring the power of Notion AI everywhere Features 1.🔥 Based on Open AI GPT model, providing a new intelligent writing experience. 2.✍️ Support writing assistance on any editor webpage across the network, effectively improving users' writing efficiency and quality. 3.📖 This product can assist with queries, translations, and reading, greatly reducing users' reading time and improving comprehension.
扩展基本信息
名称 | Writely |
ID | eocenplmfgoaibmmohkhhocnlkpaecgn |
官方URL | https://chromewebstore.google.com/detail/writely/eocenplmfgoaibmmohkhhocnlkpaecgn |
简介 | A GPT Powered Extension helping your writing and reading |
文件大小 | 1.2 MB |
安装次数 | 1,644 |
当前版本 | 0.0.23 |
更新时间 | 2023-07-07 |
上架时间 | 2023-03-11 |
评分 | 5.00/5 共5次评分 |
开发者 | anchao951220 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/anc95/writely |
帮助页面URL | https://github.com/anc95/writely/issues |
支持的语言 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Writely", "version": "0.0.23", "description": "A GPT Powered Extension helping your writing and reading", "manifest_version": 3, "author": "https:\/\/github.com\/anc95", "action": { "default_title": "Writely", "default_popup": "dist\/popup\/index.html", "defult_icon": "dist\/assets\/icon.png" }, "options_ui": { "page": "dist\/options\/index.html", "open_in_tab": true }, "icons": { "16": "dist\/assets\/icon.png", "32": "dist\/assets\/icon.png", "48": "dist\/assets\/icon.png", "128": "dist\/assets\/icon.png" }, "content_scripts": [ { "js": [ "dist\/content\/index.js" ], "css": [ "dist\/content\/animate.css" ], "matches": [ "*:\/\/*\/*" ], "all_frames": true } ], "background": { "service_worker": "dist\/background\/index.js" }, "host_permissions": [ "https:\/\/*.miao-ya.com\/" ], "permissions": [ "storage", "clipboardRead", "contextMenus", "cookies" ] } |