RightBlogger - AI for Bloggers
AI-Powered Content Creation Tools for Bloggers.
RightBlogger - AI for Bloggers là gì?
RightBlogger - AI for Bloggers là một tiện ích mở rộng Chrome được phát triển bởi https://rightblogger.com, và tính năng chính của nó là "AI-Powered Content Creation Tools for Bloggers.".
Ả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 RightBlogger - AI for Bloggers
Tải xuống các tệp mở rộng RightBlogger - AI for Bloggers 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
Meet RightBlogger, your AI-powered writing companion to create content faster. Level up your blogging process with AI blogging tools that inspire, generate, and refine content - all from your browser. Fix grammar, shorten text, make text longer, paraphrase text, and much more. The RightBlogger extension also gives you an SEO overview of any page you're viewing. This includes the page title, meta description, canonical URL, open graph image, listing page headings, and much more. RightBlogger is always evolving, offering you the best AI-enhanced blogging experience. Transform your writing workflow with RightBlogger - your one-stop solution for faster, smarter, and more effective blogging. Paid subscription to RightBlogger is required to use AI features of this extension.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | RightBlogger - AI for Bloggers |
ID | fcmmlggidnoohlfgnilogbdccbmfkppl |
URL Chính Thức | https://chromewebstore.google.com/detail/rightblogger-ai-for-blogg/fcmmlggidnoohlfgnilogbdccbmfkppl |
Mô tả | AI-Powered Content Creation Tools for Bloggers. |
Kích Thước Tệp | 280 KB |
Số Lần Cài Đặt | 106 |
Phiên Bản Hiện Tại | 1.2.1 |
Cập Nhật Lần Cuối | 2024-02-13 |
Ngày Phát Hành | 2023-06-28 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://rightblogger.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://rightblogger.com/ |
URL Trang Trợ Giúp | https://rightblogger.com/ |
URL Trang Chính Sách Bảo Mật | https://rightblogger.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "RightBlogger - AI for Bloggers", "description": "AI-Powered Content Creation Tools for Bloggers.", "version": "1.2.1", "icons": { "128": "icons\/icon.png" }, "action": { "default_icon": { "32": "icons\/icon.png" }, "default_popup": "index.html#\/popup", "default_title": "RightBlogger" }, "host_permissions": [ "*:\/\/*.rightblogger.com\/" ], "permissions": [ "contextMenus", "storage", "tabs", "cookies", "activeTab", "scripting", "notifications", "clipboardWrite" ], "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "static\/modal.html", "static\/modal.css", "static\/options.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "options_ui": { "page": "static\/options.html", "browser_style": true } } |