RightBlogger - AI for Bloggers

AI-Powered Content Creation Tools for Bloggers.

Qu'est-ce que RightBlogger - AI for Bloggers ?

RightBlogger - AI for Bloggers est une extension Chrome développée par https://rightblogger.com, et sa fonction principale est "AI-Powered Content Creation Tools for Bloggers.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension RightBlogger - AI for Bloggers

Téléchargez les fichiers d'extension RightBlogger - AI for Bloggers au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom RightBlogger - AI for Bloggers RightBlogger - AI for Bloggers
ID fcmmlggidnoohlfgnilogbdccbmfkppl
URL Officiel https://chromewebstore.google.com/detail/rightblogger-ai-for-blogg/fcmmlggidnoohlfgnilogbdccbmfkppl
Description AI-Powered Content Creation Tools for Bloggers.
Taille du Fichier 280 KB
Nombre d'Installations 106
Version Actuelle 1.2.1
Dernière Mise à Jour 2024-02-13
Date de Publication 2023-06-28
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://rightblogger.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://rightblogger.com/
URL de la Page d'Aide https://rightblogger.com/
URL de la Page de Politique de Confidentialité https://rightblogger.com/privacy-policy
Langues Prises en Charge 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
    }
}