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 là gì?
Funkify – Disability Simulator là một tiện ích mở rộng Chrome được phát triển bởi https://www.funkify.org, và tính năng chính của nó là "Funkify is an extension for Chrome that helps you experience the web and interfaces through the eyes of extreme users with…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Funkify – Disability Simulator
Tải xuống các tệp mở rộng Funkify – Disability Simulator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Funkify – Disability Simulator |
ID | ojcijjdchelkddboickefhnbdpeajdjg |
URL Chính Thức | https://chromewebstore.google.com/detail/funkify-%E2%80%93-disability-simu/ojcijjdchelkddboickefhnbdpeajdjg |
Mô tả | Funkify is an extension for Chrome that helps you experience the web and interfaces through the eyes of extreme users with… |
Kích Thước Tệp | 104 MB |
Số Lần Cài Đặt | 23,299 |
Phiên Bản Hiện Tại | 1.3.0 |
Cập Nhật Lần Cuối | 2023-05-31 |
Ngày Phát Hành | 2020-06-13 |
Đánh Giá | 3.69/5 Tổng số 49 Đánh Giá |
Nhà Phát Triển | https://www.funkify.org |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://www.funkify.org/ |
URL Trang Trợ Giúp | https://www.funkify.org/ |
URL Trang Chính Sách Bảo Mật | https://www.funkify.org/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |