Funkify – Disability Simulator
Funkify is an extension for Chrome that helps you experience the web and interfaces through the eyes of extreme users with…
Hvad er Funkify – Disability Simulator?
Funkify – Disability Simulator er en Chrome-udvidelse udviklet af https://www.funkify.org, og dens hovedfunktion er "Funkify is an extension for Chrome that helps you experience the web and interfaces through the eyes of extreme users with…".
Udvidelsesskærmbilleder
Download Funkify – Disability Simulator-udvidelses-CRX-fil
Download Funkify – Disability Simulator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ojcijjdchelkddboickefhnbdpeajdjg |
| Officiel URL | https://chromewebstore.google.com/detail/funkify-%E2%80%93-disability-simu/ojcijjdchelkddboickefhnbdpeajdjg |
| Beskrivelse | Funkify is an extension for Chrome that helps you experience the web and interfaces through the eyes of extreme users with… |
| Filstørrelse | 104 MB |
| Antal Installationer | 23,299 |
| Nuværende Version | 1.3.0 |
| Senest Opdateret | 2023-05-31 |
| Udgivelsesdato | 2020-06-13 |
| Bedømmelse | 3.69/5 Samlet 49 Bedømmelser |
| Udvikler | https://www.funkify.org |
| [email protected] | |
| Betalingsmetode | in_app |
| Udvidelseswebsted | https://www.funkify.org/ |
| Hjælpeside-URL | https://www.funkify.org/ |
| URL til Fortrolighedspolitik Side | https://www.funkify.org/privacy-policy |
| Understøttede Sprog | 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": [
" | |