Funkify – Disability Simulator
Funkify is an extension for Chrome that helps you experience the web and interfaces through the eyes of extreme users with…
Funkify – Disability Simulatorとは何ですか?
Funkify – Disability Simulatorはhttps://www.funkify.orgによって開発されたChromeの拡張機能で、その主な機能は「Funkify is an extension for Chrome that helps you experience the web and interfaces through the eyes of extreme users with…」です。
拡張機能のスクリーンショット
Funkify – Disability Simulator拡張機能のCRXファイルをダウンロード
Funkify – Disability Simulator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Funkify is an extension for Chrome that helps you experience the web and interfaces through the eyes of extreme users with different abilities and disabilities.
We are a team of usability and accessibility experts in Sweden, and we welcome you to our site (www.funkify.org) for more info!
Team Funkify 拡張機能の基本情報
| 名前 | |
| ID | ojcijjdchelkddboickefhnbdpeajdjg |
| 公式URL | https://chromewebstore.google.com/detail/funkify-%E2%80%93-disability-simu/ojcijjdchelkddboickefhnbdpeajdjg |
| 説明 | Funkify is an extension for Chrome that helps you experience the web and interfaces through the eyes of extreme users with… |
| ファイルサイズ | 104 MB |
| インストール数 | 23,299 |
| 現在のバージョン | 1.3.0 |
| 最終更新日 | 2023-05-31 |
| 公開日 | 2020-06-13 |
| 評価 | 3.69/5 合計 49 レビュー |
| 開発者 | https://www.funkify.org |
| Eメール | [email protected] |
| 支払い方法 | in_app |
| 拡張機能のウェブサイト | https://www.funkify.org/ |
| ヘルプページのURL | https://www.funkify.org/ |
| プライバシーポリシーページのURL | https://www.funkify.org/privacy-policy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Funkify \u2013 Disability Simulator",
"short_name": "Funkify",
"version": "1.3.0",
"author": "Funkify",
"options_page": "\/gui\/popup.html",
"action": {
"default_popup": "\/gui\/popup.html",
"default_icon": {
"19": "\/gui\/images\/funkifyicon19_inactive.png",
"38": "\/gui\/images\/funkifyicon38.png"
}
},
"icons": {
"16": "\/gui\/images\/funkifyicon16.png",
"48": "\/gui\/images\/funkifyicon48.png",
"128": "\/gui\/images\/funkifyicon128.png"
},
"background": {
"service_worker": "\/background\/scripts.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"\/shared\/libs\/jquery-3.2.0.min.js",
"\/shared\/libs\/custombox.min.js",
"\/shared\/js\/scripts.js",
"\/content\/js\/scripts.js"
],
"css": [
"\/content\/css\/styles.css"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"\/shared\/libs\/tota11y.min.js",
"\/content\/images\/*.png",
"\/content\/audio\/*.mp3",
"\/content\/video\/*.mp4"
],
"matches": [
" | |