Dyslex

dyslexia aid

什麼是Dyslex?

Dyslex是由patrickschloesser開發的Chrome擴展程式,該擴展的主要功能是“dyslexia aid ”。

擴展截圖

screenshot

下載Dyslex擴展crx文件

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

擴展使用說明

                        Dyslex is a google extension to make navigating the web easier! Whether you have dyslexia, ADHD, or just find the format of pages undesirable, dyslexic will let you change the organization of the text on any page to your liking.                    

擴展基本資訊

名稱 Dyslex Dyslex
ID geamcicnokmmpmmjjfjghmjienhlkkjc
官方網址 https://chrome.google.com/webstore/detail/geamcicnokmmpmmjjfjghmjienhlkkjc
簡介 dyslexia aid
檔案大小 75.8 KB
安裝次數 30
目前版本 1.1
更新時間 2018-09-24
上架時間 2018-09-24
開發者 patrickschloesser
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dyslex",
    "description": "dyslexia aid ",
    "version": "1.1",
    "permissions": [
        "activeTab",
        "tabs",
        "declarativeContent",
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/d.png",
            "32": "images\/d.png",
            "48": "images\/d.png",
            "128": "images\/d.png"
        }
    },
    "icons": {
        "16": "images\/d.png",
        "32": "images\/d.png",
        "48": "images\/d.png",
        "128": "images\/d.png"
    },
    "background": {
        "scripts": [
            "content.js",
            "popup.js"
        ],
        "persistent": true
    }
}