Grammarly with Ghost

Allow Grammarly to work on Ghost's editor

Grammarly with Ghostとは何ですか?

Grammarly with GhostはShahed Nasserによって開発されたChromeの拡張機能で、その主な機能は「Allow Grammarly to work on Ghost's editor」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Grammarly with Ghost拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        If you use Ghost for your blogging needs and you need Grammarly as well to make your life easier, you probably noticed that Grammarly does not work with Ghost's editor Koenig. 

While researching this online, I found a convenient solution for this issue and a lot of people have been using it. I have used it myself and it works well. So, I decided to put it in an extension to help others as well.

It should be noted that the reason behind Grammarly not working with Ghost's editor is due to it not supporting it. So, I am not sure if this solution will cause any problems on your side. For me, it works perfectly well.

Note: This extension assumes you already have the Grammarly extension installed in your browser

If you find any issues or bugs, please submit it to the GitHub repository.

Extension icon is from Dinosoft Lab on Iconscout at https://iconscout.com/contributors/dinosoftlabs                    

拡張機能の基本情報

名前 Grammarly with Ghost Grammarly with Ghost
ID iakfoofepmfjafjepidembmheemidbdb
公式URL https://chromewebstore.google.com/detail/grammarly-with-ghost/iakfoofepmfjafjepidembmheemidbdb
説明 Allow Grammarly to work on Ghost's editor
ファイルサイズ 28.61 KB
インストール数 2,007
現在のバージョン 1.0.2
最終更新日 2023-08-30
公開日 2021-02-22
評価 5.00/5 合計 4 レビュー
開発者 Shahed Nasser
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/shahednasser/grammarly-ghost
ヘルプページのURL https://github.com/shahednasser/grammarly-ghost/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Grammarly with Ghost",
    "version": "1.0.2",
    "description": "Allow Grammarly to work on Ghost's editor",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "assets\/images\/icon16.png",
            "24": "assets\/images\/icon24.png",
            "32": "assets\/images\/icon32.png"
        },
        "default_title": "Grammarly With Ghost",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "assets\/js\/contentScript.js"
            ]
        }
    ],
    "icons": {
        "16": "\/assets\/images\/icon16.png",
        "32": "\/assets\/images\/icon32.png",
        "48": "\/assets\/images\/icon48.png",
        "128": "\/assets\/images\/icon128.png"
    }
}