Dyslex
dyslexia aid
Dyslexとは何ですか?
Dyslexはpatrickschloesserによって開発されたChromeの拡張機能で、その主な機能は「dyslexia aid 」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
ID | geamcicnokmmpmmjjfjghmjienhlkkjc |
公式URL | 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 } } |