Shodo - 日本語校正クラウド

ShodoはSNSやメールで使える日本語の校正、チェックツールです。

Vad är Shodo - 日本語校正クラウド?

Shodo - 日本語校正クラウド är en Chrome-tillägg utvecklad av https://shodo.ink, och dess huvudfunktion är "ShodoはSNSやメールで使える日本語の校正、チェックツールです。".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Shodo - 日本語校正クラウド-förlängningens CRX-fil

Ladda ner Shodo - 日本語校正クラウド-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        ChromeでAIによる日本語校正を。

このブラウザー拡張を使えば、Gmail、FacebookやTwitterに投稿する際、AIによる日本語の校正を受けられます。
AIが違和感のある日本語や二重敬語、ら抜き言葉や助詞の間違いなどをチェックしてくれます。

Shodoブラウザー拡張は無料からご利用いただけます。機能や文字数の制限を解除するためにはプランの契約が必要です。
Shodo(https://shodo.ink/)へのアカウント登録とログインが必要になりますが、インストールから数秒で利用を開始できますのでご安心ください。

利用規約:https://shodo.ink/term/
プライバシーポリシー:https://shodo.ink/privacy/                    

Grundläggande Information om Tillägg

Namn Shodo - 日本語校正クラウド Shodo - 日本語校正クラウド
ID nngjmiibepcaelkkdjopmlcaaiagogmi
Officiell webbadress https://chromewebstore.google.com/detail/shodo-%E6%97%A5%E6%9C%AC%E8%AA%9E%E6%A0%A1%E6%AD%A3%E3%82%AF%E3%83%A9%E3%82%A6%E3%83%89/nngjmiibepcaelkkdjopmlcaaiagogmi
Beskrivning ShodoはSNSやメールで使える日本語の校正、チェックツールです。
Filstorlek 223 KB
Antal Installationer 2,430
Aktuell Version 2.3.0
Senast Uppdaterad 2023-03-14
Publiceringsdatum 2021-08-31
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://shodo.ink
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://shodo.ink/
Hjälpsida URL https://shodo.ink/contact/
URL till Sekretesspolicy Sidan https://shodo.ink/privacy
Stödda Språk ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Shodo - \u65e5\u672c\u8a9e\u6821\u6b63\u30af\u30e9\u30a6\u30c9",
    "description": "Shodo\u306fSNS\u3084\u30e1\u30fc\u30eb\u3067\u4f7f\u3048\u308b\u65e5\u672c\u8a9e\u306e\u6821\u6b63\u3001\u30c1\u30a7\u30c3\u30af\u30c4\u30fc\u30eb\u3067\u3059\u3002",
    "homepage_url": "https:\/\/shodo.ink\/",
    "version": "2.3.0",
    "default_locale": "ja",
    "permissions": [
        "storage",
        "contextMenus",
        "commands"
    ],
    "host_permissions": [
        "",
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "browser_style": true
    },
    "commands": {
        "open-shodo": {
            "suggested_key": {
                "default": "Alt+Shift+S"
            },
            "description": "Shodo\u3092\u958b\u3044\u3066\u6821\u6b63\u3059\u308b"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/img\/brand.png"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/twitter.com\/*",
                "https:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/shodo.ink\/extension\/auth\/*"
            ],
            "js": [
                "js\/authentication.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "js\/facebook.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "js\/twitter.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "js\/gmail.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end",
            "match_about_blank": false
        }
    ]
}