JUSTチェッカー

JUSTチェッカーは、日本語ワープロソフト「一太郎」の校正エンジンで、日本語文章の文法や文体、表現をリアルタイムにチェックします。ミスや違和感のない自然な文章作成をサポートします。

What is JUSTチェッカー?

JUSTチェッカー is a Chrome extension developed by JustSystems Corporation, and its main feature is "JUSTチェッカーは、日本語ワープロソフト「一太郎」の校正エンジンで、日本語文章の文法や文体、表現をリアルタイムにチェックします。ミスや違和感のない自然な文章作成をサポートします。".

Extension Screenshots

Download JUSTチェッカー Extension CRX File

Download JUSTチェッカー extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ●「一太郎」の校正機能をWebでも便利に!
 ブラウザーで入力中の日本語文章を自動でチェックします。
 指摘内容の確認から訂正まで、ブラウザー上で操作が完結します。

●幅広い用途に活用できる8つの校正設定
 用途別に8つの校正設定を用意しています。
 ・カジュアル
 ・論文・レポート
 ・ビジネス
 ・公用文
 ・公用文(解説・広報)
 ・小説
 ・Web記事
 ・カスタム

 校正設定を使い分けることで、文章の特性に合わせたチェックができます。
 ビジネスから趣味の創作活動まで、さまざまな文字入力シーンでご活用ください。

●校正設定を自動で切り替え「オートスイッチ」機能
 Webサイトの利用用途や特性に合わせて校正設定が自動的に切り替わります。
 手間なく適切なチェック項目で校正ができます。


※ご利用には日本語ワープロソフト「一太郎2024」または「一太郎2023」のインストールが必要です。

◯JUSTチェッカー使用条件
 https://www.justsystems.com/jp/links/justchecker/terms/                    

Extension Basic Information

Name JUSTチェッカー JUSTチェッカー
ID bhgkpbopjekakjbnkajpcpcdalmecmil
Official URL https://chromewebstore.google.com/detail/just%E3%83%81%E3%82%A7%E3%83%83%E3%82%AB%E3%83%BC/bhgkpbopjekakjbnkajpcpcdalmecmil
Description JUSTチェッカーは、日本語ワープロソフト「一太郎」の校正エンジンで、日本語文章の文法や文体、表現をリアルタイムにチェックします。ミスや違和感のない自然な文章作成をサポートします。
File Size 483 KB
Installation Count 15,395
Current Version 2.0.0
Last Updated 2024-02-08
Publish Date 2023-02-09
Rating 5.00/5 Total 1 Ratings
Developer JustSystems Corporation
Email [email protected]
Payment Type free
Extension Website https://www.justsystems.com/jp/products/justchecker/
Help Page URL https://support.justsystems.com/jp/
Privacy Policy Page URL https://www.justsystems.com/jp/legal/privacy
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "ja",
    "name": "__MSG_extension_name__",
    "version": "2.0.0",
    "description": "__MSG_extension_description__",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "96": "icons\/icon96.png",
            "128": "icons\/icon128.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_scripts.js"
            ]
        }
    ],
    "commands": {
        "open-editor": {
            "description": "__MSG_open_editor__",
            "suggested_key": {
                "default": "Alt+O"
            }
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "tabs",
        "scripting",
        "storage",
        "nativeMessaging"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*.css",
                "icons\/*.png",
                "icons\/*.svg"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}