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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.funkify.org, και η κύρια λειτουργία του είναι "Funkify is an extension for Chrome that helps you experience the web and interfaces through the eyes of extreme users with…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Funkify – Disability Simulator
Λήψη αρχείων επέκτασης 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
Βασικές Πληροφορίες Επέκτασης
Όνομα | Funkify – Disability Simulator |
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": [ " |