Omoguru - The Easiest Way to Read

For anyone with dyslexia, reading, focus and attention difficulties Omoguru makes a text clear and understandable.

Omoguru - The Easiest Way to Readคืออะไร?

Omoguru - The Easiest Way to Read เป็นส่วนขยายของ Chrome ที่พัฒนาโดย omoguru และคุณลักษณะหลักของมันคือ "For anyone with dyslexia, reading, focus and attention difficulties Omoguru makes a text clear and understandable."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Omoguru - The Easiest Way to Read

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

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

                        ------
** We’d like to improve the extension and you can help us with that. Go above to Support and let us know your experience and suggestions. If you like the extension please leave us a review. Thanks :)
------

Want to know a cool thing?  Everyone reads easier with Omoguru :) 

READ ON THE MOST READABLE TYPEFACE

OmoType improves letter detection and recognition. It is adjustable to the individual needs of each person. Research and extensive testing show it reduces reading time, the number of mistakes, and requires less effort to read.

COMFORTABLE OMOGURU READING EXPERIENCE

We create a positive reading experience that motivates and empowers. Happy readers of all ages, with or without difficulties, often let us know that for the first time they read with ease.

ARTICLES WITHOUT ADS OR DISTRACTIONS

See on your screen only what is important to you - the text you want to read. The Omoguru Reader mode removes everything else, enables you to visually adjust the text and simply enjoy reading.

Access the Omoguru Reader mode from the plugin menu or with right click on a text you want to read.  

SCIENCE AND PRACTICE BASED, DESIGNED BY EXPERTS WITH LOVE  

Omoguru is designed for highest readability on the screen. Completely control your reading experience by choosing:
- Font most readable to you
- Size of the text
- Spacing between the lines, and
- Background color

We already helped thousands of readers like you to read and learn easier. 

Extension is compatible with Microsoft Edge, Opera and other Chromium based browsers.                    

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

ชื่อ Omoguru - The Easiest Way to Read Omoguru - The Easiest Way to Read
ID ckinimcmjlcaclahdpbeklbgfjidaeml
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/omoguru-the-easiest-way-t/ckinimcmjlcaclahdpbeklbgfjidaeml
คำอธิบาย For anyone with dyslexia, reading, focus and attention difficulties Omoguru makes a text clear and understandable.
ขนาดไฟล์ 2.94 MB
จำนวนการติดตั้ง 5,492
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2022-02-01
วันที่เผยแพร่ 2019-10-09
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา omoguru
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.omoguru.com/solutions/dyslexia-browser-extension-omoguru/
URL หน้าช่วยเหลือ https://www.omoguru.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.omoguru.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Omoguru - The Easiest Way to Read",
    "short_name": "Omoguru",
    "description": "For anyone with dyslexia, reading, focus and attention difficulties Omoguru makes a text clear and understandable.",
    "author": "Omoguru",
    "icons": {
        "16": "res\/icons\/icon16.png",
        "32": "res\/icons\/icon32.png",
        "48": "res\/icons\/icon48.png",
        "64": "res\/icons\/icon64.png",
        "128": "res\/icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "Omoguru",
        "default_icon": {
            "16": "res\/icons\/icon16.png",
            "32": "res\/icons\/icon32.png",
            "48": "res\/icons\/icon48.png",
            "64": "res\/icons\/icon64.png",
            "128": "res\/icons\/icon128.png"
        },
        "default_popup": "background\/components\/popup\/index.html"
    },
    "background": {
        "scripts": [
            ".\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": false,
            "js": [
                ".\/content.js"
            ],
            "css": [
                ".\/content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "res\/icons\/*",
        "res\/img\/*",
        "res\/fonts\/*",
        "content\/**\/*.html",
        "background\/**\/*.html"
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab",
        "storage",
        "contextMenus",
        "webRequest",
        "webRequestBlocking"
    ],
    "version": "1.0.1"
}