Someity
Making the Web Accessible for All
什麼是Someity?
Someity是由I4All開發的Chrome擴展程式,該擴展的主要功能是“Making the Web Accessible for All”。
擴展截圖
下載Someity擴展crx文件
下載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 |
官方網址 | 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": [ " |