Stylebot
Save time and improve your writing with instant writing advice from experts.
Stylebot là gì?
Stylebot là một tiện ích mở rộng Chrome được phát triển bởi https://stylebot.app, và tính năng chính của nó là "Save time and improve your writing with instant writing advice from experts.".
Ả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 Stylebot
Tải xuống các tệp mở rộng Stylebot 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
What’s the difference between affect and effect? Should I use “homeless” or “unhoused”? Is octopi really the plural of octopus? What guidelines should I follow when writing about addiction? Don't spend time digging through books, emails, documents or search results for reliable answers to these writing and editing questions. Just ask Stylebot and get quick, straightforward responses from a language and style manual written by experts. With Stylebot, you can: Learn how to improve the consistency and quality of your writing in seconds Write with confidence, knowing that you are using accurate, ethical and inclusive language Check the accuracy and quality of human- and AI-written content ABOUT STYLEBOT Stylebot helps media professionals save time without sacrificing quality by answering editing questions on workflow tools you're already using. We're on a mission to make editing faster, easier and more fun.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Stylebot |
ID | cibiaggbjdbcikekpgpbbfnnndcemibn |
URL Chính Thức | https://chromewebstore.google.com/detail/stylebot/cibiaggbjdbcikekpgpbbfnnndcemibn |
Mô tả | Save time and improve your writing with instant writing advice from experts. |
Kích Thước Tệp | 169 KB |
Số Lần Cài Đặt | 221 |
Phiên Bản Hiện Tại | 0.0.11 |
Cập Nhật Lần Cuối | 2024-02-08 |
Ngày Phát Hành | 2023-04-13 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://stylebot.app |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://stylebot.app |
URL Trang Trợ Giúp | https://stylebot.app/demo/ |
URL Trang Chính Sách Bảo Mật | https://stylebot.app/privacypolicy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stylebot", "version": "0.0.11", "manifest_version": 3, "description": "Save time and improve your writing with instant writing advice from experts.", "author": "[email protected]", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmlkLGwd6eBSCIpGa3a20F52AH2rhiOVmuWYDE7EoG0vS0fWCFs8UdDYLsoSqGbih+SsSLc36mqtddx1RaRxKM0G4CO57dAW4AU08bcNLQfrqEJmU7Rq3mOt4w1zfEFZTvpdIh26lZb\/r\/99a33RwC\/pNShBgKWMwSkuS6DPtRQ04UP4r8WG9JE75l0EAiweIEh8+r+tPVv3nNr2nMDDuFeuYFnNCY0xXxB1cwi7gUFhehcFbgLT62hyPzxuy+CZjKeMWPlCq5F5+Dr7RoxH5D0z2k74\/8aKMDRKDKdCKs7QnkQBuoBl\/hIpV5D+5Uao+VjPLw4Zqw8BG4aOWHnjLIQIDAQAB", "action": { "default_icon": "assets\/logo.png" }, "background": { "service_worker": "scripts\/background.js" }, "icons": { "128": "assets\/logo.png" }, "permissions": [ "activeTab", "storage", "scripting" ], "host_permissions": [ "https:\/\/clientportalprod.azurewebsites.net\/" ], "incognito": "not_allowed", "web_accessible_resources": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "resources": [ "html\/login.html" ] } ] } |