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ファイルをダウンロード

RightBlogger - AI for Bloggers拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
    }
}