Writely
A GPT Powered Extension helping your writing and reading
Writelyคืออะไร?
Writely เป็นส่วนขยายของ Chrome ที่พัฒนาโดย anchao951220 และคุณลักษณะหลักของมันคือ "A GPT Powered Extension helping your writing and reading"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Writely
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |