Corrector App

Proofread with Corrector App!

什麼是Corrector App?

Corrector App是由https://corrector.app開發的Chrome擴展程式,該擴展的主要功能是“Proofread with Corrector App!”。

擴展截圖

screenshot
screenshot

下載Corrector App擴展crx文件

下載Corrector App擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Corrector App is a free, simple, functional and very effective spelling checking that is made to help people write correct words and grammar in various languages irrespective of the writer's proficiency in such language.

It is a leading application for correcting and checking spellings for offline uses on Microsoft word and other document applications even as it now introduces its online corrector application that works as an extension application on iOS, Android, Windows, Chrome and Firefox.

Users only have to download and install the Corrector online spelling checker as an extension on their various devices to relish the opportunity of having every online document or typing checked fast and rapidly before sending it out.

Below you can find the instructions to use our extension.

HOW TO USE THIS EXTENSION

1. Select the text you want to proofread.
2. Click the mouse's right button, and select "Proofread With Corrector App".
3. The text will be pasted into the Corrector App's text editor in a few seconds.
4. Select the target language for the proofreading task.
5. Click on "Correct" to find the spelling mistakes.

BEHIND THE SPELL CHECKER CORRECTOR APP

Corrector App is brought to you by Grammar Buddies LTD, company number 13916177, address 23 New Drum Street, London, England, E1 7AY. Find our contacts below:

- General: [email protected]
- Devs: [email protected]
- Jobs: [email protected]
- Phone: (0034) 625-574-155                    

擴展基本資訊

名稱 Corrector App Corrector App
ID doaojboplmdndmcabhamneefilppggai
官方網址 https://chromewebstore.google.com/detail/corrector-app/doaojboplmdndmcabhamneefilppggai
簡介 Proofread with Corrector App!
檔案大小 58.01 KB
安裝次數 793
目前版本 1.0.0
更新時間 2023-01-03
上架時間 2023-01-02
開發者 https://corrector.app
電子郵箱 [email protected]
付費類型 free
擴展官網 https://corrector.app/
說明頁面URL https://corrector.app/about-us/
隱私政策頁面URL https://corrector.app/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Corrector App",
    "version": "1.0.0",
    "description": "Proofread with Corrector App!",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon.png",
            "32": "images\/icon.png",
            "128": "images\/icon.png"
        },
        "default_title": "Corrector App"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "content_script.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "icons": {
        "128": "images\/icon.png"
    }
}