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
电子邮箱 [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"
    }
}