Simplified Spelling

Try simplified spelling in your web browser!

Τι είναι το Simplified Spelling;

Το Simplified Spelling είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Mark Petersen, και η κύρια λειτουργία του είναι "Try simplified spelling in your web browser!".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Simplified Spelling

Λήψη αρχείων επέκτασης Simplified Spelling σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This chrome extension translates any web page into simplified spelling.

Simplified Spelling:
Written as it sounds. 
Pronounced as it is written.

English spelling is notoriously complex and difficult to learn. English spells its 42 spoken sounds in over 400 ways! Children spend years memorizing thousands of spelling exceptions in order to learn to read and write. Those learning English as a second language are hindered by this haphazard system.

Today computers make experimenting with simplified spelling easy. With this Chrome extension, you can try it with the click of a button on your web browser.

This Simpified Spelling translator uses the SoundSpel system, which has origins that date back to 1910, and is described in detail in the 1986 publication "Dictionary of Simplified American Spelling" (ref 1). Soundspel is based on very simple, consistent spelling rules:

1. Short vowels are a single letter, as in: 
    sat, set, did, dot, cut
2. Long vowels are followed immediately 
    by an e, as in: sundae, see, die, toe, cue
3. No silent letters
4. Most double letters are removed
5. Consonants such as f, s, j have a 
    consistent, single sound and spelling:
    tough, phone, city, judge, gorgeous
    → tuf, foen, sity, juj, gorjus

A few other sounds, rules, and exeptions (refs 1,2) will be obvious to the reader. This results in a spelling system with nearly one-to-one correspondence between sounds and spelling. For example:

hat, have, laugh, plaid 
→ hat, hav, laf, plad

red, head, said, friend 
→ red, hed, sed, frend

herd, earth, birth, journey 
→ herd, erth, berth, jerny

hide, fight, find, sign, knight 
→ hied, fiet, fiend, sien, niet

roll, hole, soul, goal, bowl 
→ roel, hoel, soel, goel, boel

tough, love, judge, tongue 
→ tuf, luv, juj, tung

knight, receipt, asthma
→ niet, reseet, azma

This app was created by members of the American Literacy Council, a non-profit organization founded in 1876. The American Literacy Council faithfully supports the vision of its founders, who valued any and all methods that could enlarge the circle of English-reading people. We support the founders' vision of gradual, unforced evolution of the written language toward more simple and consistent spellings.

References:
1. Rondthaler, Edward and Edward J. Lias, Dictionary of Simplified American Spelling New York: The American Language Academy, 1986. www.americanliteracy.com/resources/Dictionary_of_Simplified_American_Spelling.pdf
2. "SoundSpel", Wikipedia, https://en.wikipedia.org/wiki/SoundSpel
3. American Literacy Council, www.americanliteracy.com                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Simplified Spelling Simplified Spelling
ID aaacilckajbambkbjbeghcjjobcibnkb
Επίσημο URL https://chrome.google.com/webstore/detail/simplified-spelling/aaacilckajbambkbjbeghcjjobcibnkb
Περιγραφή Try simplified spelling in your web browser!
Μέγεθος Αρχείου 383 KB
Αριθμός Εγκαταστάσεων 177
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2017-01-04
Ημερομηνία Δημοσίευσης 2017-01-04
Αξιολόγηση 4.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Mark Petersen
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/mark-petersen/SimplifiedSpelling
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simplified Spelling",
    "short_name": "Simplified Spelling",
    "icons": {
        "48": "ON.png",
        "128": "ON.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "description": "Try simplified spelling in your web browser!",
    "version": "1.0.1",
    "author": "Mark Petersen",
    "homepage_url": "https:\/\/github.com\/mark-petersen\/CutSpel\/tree\/simplifiedSpelling",
    "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'"
}