Someity
Making the Web Accessible for All
Someity란 무엇입니까?
Someity은(는) I4All에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Making the Web Accessible for All"입니다.
확장 프로그램 스크린샷
Someity 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [ " |