RightBlogger - AI for Bloggers

AI-Powered Content Creation Tools for Bloggers.

RightBlogger - AI for Bloggers क्या है?

RightBlogger - AI for Bloggers https://rightblogger.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "AI-Powered Content Creation Tools for Bloggers."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में RightBlogger - AI for Bloggers एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
    }
}