Stylebot
Save time and improve your writing with instant writing advice from experts.
Stylebot란 무엇입니까?
Stylebot은(는) https://stylebot.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save time and improve your writing with instant writing advice from experts."입니다.
확장 프로그램 스크린샷
Stylebot 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Stylebot |
ID | cibiaggbjdbcikekpgpbbfnnndcemibn |
공식 URL | https://chromewebstore.google.com/detail/stylebot/cibiaggbjdbcikekpgpbbfnnndcemibn |
설명 | Save time and improve your writing with instant writing advice from experts. |
파일 크기 | 169 KB |
설치 횟수 | 221 |
현재 버전 | 0.0.11 |
최근 업데이트 | 2024-02-08 |
출시 날짜 | 2023-04-13 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://stylebot.app |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://stylebot.app |
도움말 페이지 URL | https://stylebot.app/demo/ |
개인정보 보호 정책 페이지 URL | https://stylebot.app/privacypolicy |
지원되는 언어 | 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" ] } ] } |