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" ] } |