RightBlogger - AI for Bloggers

AI-Powered Content Creation Tools for Bloggers.

RightBlogger - AI for Bloggers란 무엇입니까?

RightBlogger - AI for Bloggers은(는) https://rightblogger.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AI-Powered Content Creation Tools for Bloggers."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

RightBlogger - AI for Bloggers 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 RightBlogger - AI for Bloggers RightBlogger - AI for Bloggers
ID fcmmlggidnoohlfgnilogbdccbmfkppl
공식 URL https://chromewebstore.google.com/detail/rightblogger-ai-for-blogg/fcmmlggidnoohlfgnilogbdccbmfkppl
설명 AI-Powered Content Creation Tools for Bloggers.
파일 크기 280 KB
설치 횟수 106
현재 버전 1.2.1
최근 업데이트 2024-02-13
출시 날짜 2023-06-28
평점 5.00/5 총 1 개의 평점
개발자 https://rightblogger.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://rightblogger.com/
도움말 페이지 URL https://rightblogger.com/
개인정보 보호 정책 페이지 URL https://rightblogger.com/privacy-policy
지원되는 언어 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
    }
}