Writely
A GPT Powered Extension helping your writing and reading
Writely là gì?
Writely là một tiện ích mở rộng Chrome được phát triển bởi anchao951220, và tính năng chính của nó là "A GPT Powered Extension helping your writing and reading".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Writely
Tải xuống các tệp mở rộng Writely dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Writely |
ID | eocenplmfgoaibmmohkhhocnlkpaecgn |
URL Chính Thức | https://chromewebstore.google.com/detail/writely/eocenplmfgoaibmmohkhhocnlkpaecgn |
Mô tả | A GPT Powered Extension helping your writing and reading |
Kích Thước Tệp | 1.2 MB |
Số Lần Cài Đặt | 1,644 |
Phiên Bản Hiện Tại | 0.0.23 |
Cập Nhật Lần Cuối | 2023-07-07 |
Ngày Phát Hành | 2023-03-11 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | anchao951220 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/anc95/writely |
URL Trang Trợ Giúp | https://github.com/anc95/writely/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |