Sign Search
Highlight a word on a page and lookup how to sign it in ASL
Sign Search란 무엇입니까?
Sign Search은(는) Lucia Gomez에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Highlight a word on a page and lookup how to sign it in ASL"입니다.
확장 프로그램 스크린샷
Sign Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A convenient way to lookup words in American Sign Language. Highlight a word on a page or enter a search directly into the extension to see multiple ways of signing the word. Uses media content from lifeprint.com, spreadthesign.com, signingsavvy.com, and SmartSign Dictionary from the Center for Accessible Technology in Sign
확장 프로그램 기본 정보
이름 | Sign Search |
ID | gniinlnnpjdbeleojkghgdccpapkapma |
공식 URL | https://chromewebstore.google.com/detail/sign-search/gniinlnnpjdbeleojkghgdccpapkapma |
설명 | Highlight a word on a page and lookup how to sign it in ASL |
파일 크기 | 2.2 MB |
설치 횟수 | 1,014 |
현재 버전 | 0.0.4 |
최근 업데이트 | 2023-06-24 |
출시 날짜 | 2020-06-13 |
평점 | 3.75/5 총 4 개의 평점 |
개발자 | Lucia Gomez |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://lucia-gomez.netlify.app/ |
도움말 페이지 URL | https://lucia-gomez.netlify.app/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sign Search", "description": "Highlight a word on a page and lookup how to sign it in ASL", "version": "0.0.4", "browser_action": { "default_popup": "index.html" }, "permissions": [ "storage", "activeTab" ], "content_security_policy": "script-src 'self' 'sha256-++srhNhFSKT0plG5tCc3J+LaJu4d\/KvNNRW+tg3sFJ8='; object-src 'self'", "icons": { "32": "logo32.png", "48": "logo48.png", "128": "logo128.png" } } |