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
官方網址 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
    }
}