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 |
| 电子邮箱 | [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": [
" | |