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 |
Eメール | [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" ] } |