Someity
Making the Web Accessible for All
Τι είναι το Someity;
Το Someity είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον I4All, και η κύρια λειτουργία του είναι "Making the Web Accessible for All".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Someity
Λήψη αρχείων επέκτασης Someity σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
More than 70% websites on the Internet have been classified as in-accessible. This is inimical to people with disabilities and restricts involving them within the Internet Community. We were determined to change this. We built Someity to serve as an all-in-one accessibility and productivity tool without having the website makers change a single line of source code. We want our users with varied abilities to feel empowered and confident on the Internet just like their more fortunate peers. We want them to feel brave and fearless - just like Someity. Features: • Someity Actions • Color Blind Aid • Font Type • Focus Mode • Text-to-speech • Text Zoomer • Font Color • Magnifier • Cursor Customizer • Screen Capture • Print Page Introducing Someity Actions With Someity Actions you can have Someity: • Open any website on the Internet by just naming it. • Google anything for you. • Play a song on YouTube. • Translate from any language to English. • Google Map directions from any location to any other location in the world just by naming the two cities. Website https://someity.tech Support Features, bugs and improvements welcome over here: https://github.com/RonLek/Someity/issues
Βασικές Πληροφορίες Επέκτασης
Όνομα | Someity |
ID | jifjdmnjnmpbclnpjlmebkclilekkdho |
Επίσημο URL | https://chromewebstore.google.com/detail/someity/jifjdmnjnmpbclnpjlmebkclilekkdho |
Περιγραφή | Making the Web Accessible for All |
Μέγεθος Αρχείου | 1.2 MB |
Αριθμός Εγκαταστάσεων | 101 |
Τρέχουσα Έκδοση | 1.4.0 |
Τελευταία Ενημέρωση | 2024-02-05 |
Ημερομηνία Δημοσίευσης | 2021-05-11 |
Αξιολόγηση | 3.67/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | I4All |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://someity.tech |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/RonLek/Someity/issues |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Someity", "description": "Making the Web Accessible for All", "version": "1.4.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "author": "Rohan Lekhwani and Aaditya Joshi", "homepage_url": "https:\/\/someity.tech", "short_name": "Someity", "permissions": [ "activeTab", "storage", "contextMenus" ], "action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ " |