Shodo - 日本語校正クラウド

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

Shodo - 日本語校正クラウド là gì?

Shodo - 日本語校正クラウド là một tiện ích mở rộng Chrome được phát triển bởi https://shodo.ink, và tính năng chính của nó là "ShodoはSNSやメールで使える日本語の校正、チェックツールです。".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Shodo - 日本語校正クラウド

Tải xuống các tệp mở rộng Shodo - 日本語校正クラウド dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

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

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

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Shodo - 日本語校正クラウド Shodo - 日本語校正クラウド
ID nngjmiibepcaelkkdjopmlcaaiagogmi
URL Chính Thức 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
Mô tả ShodoはSNSやメールで使える日本語の校正、チェックツールです。
Kích Thước Tệp 223 KB
Số Lần Cài Đặt 2,430
Phiên Bản Hiện Tại 2.3.0
Cập Nhật Lần Cuối 2023-03-14
Ngày Phát Hành 2021-08-31
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://shodo.ink
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://shodo.ink/
URL Trang Trợ Giúp https://shodo.ink/contact/
URL Trang Chính Sách Bảo Mật https://shodo.ink/privacy
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}