CutSpel

English spelling reform in your browser!

CutSpelคืออะไร?

CutSpel เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.cutspel.com และคุณลักษณะหลักของมันคือ "English spelling reform in your browser!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CutSpel

ดาวน์โหลดไฟล์ส่วนขยาย CutSpel ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        English spelling is notoriously inconsistent and archaic. Many of the English words that cause the most problems are those containing redundant letters. Just eliminating redundant letters solves many spelling difficulties without significantly changing the appearance and use of written English.

This idea was developed by Christopher Upward and colleagues into Cut Spelling. This simple reform removes redundant letters, along with a small number of letter substitutions, to improve English spelling and speed writing.

CUTSPEL
CutSpel implements a subset of Cut Spelling to automatically 'cut' the text of any webpage. CutSpel has two modes.

Basic Mode
Modifies the 1000 most common English word language while avoiding the more disruptive Cut Spelling changes such as eye -> y. Names of people and objects are left unchanged. The text generated by this mode is very easy to read.

Advanced Mode
Modifies the 4500 most common English words and uses the full Cut Spelling substitution rules. The text produced by the advanced mode requires slightly more effort to read, however most people quickly adjust and are reading at a normal pace after only a few hours.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CutSpel CutSpel
ID hojgjeiaognigdpphinpoobgpmgpkone
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cutspel/hojgjeiaognigdpphinpoobgpmgpkone
คำอธิบาย English spelling reform in your browser!
ขนาดไฟล์ 146 KB
จำนวนการติดตั้ง 36
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2017-01-06
วันที่เผยแพร่ 2017-01-05
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://www.cutspel.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CutSpel",
    "short_name": "CutSpel",
    "icons": {
        "48": "ON.png",
        "128": "ON.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "description": "English spelling reform in your browser!",
    "version": "1.0.3",
    "author": "Daniel Tillett",
    "homepage_url": "http:\/\/www.cutspel.com",
    "background": {
        "scripts": [
            "jquery-1.11.1.min.js",
            "background.js"
        ]
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_globs": [
                "*google.com*"
            ],
            "js": [
                "jquery-1.11.1.min.js",
                "context-script.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "ON.png",
            "38": "ON.png"
        }
    },
    "web_accessible_resources": [
        "jquery-1.11.1.min.map"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}