Sign Search
Highlight a word on a page and lookup how to sign it in ASL
What is Sign Search?
Sign Search is a Chrome extension developed by Lucia Gomez, and its main feature is "Highlight a word on a page and lookup how to sign it in ASL".
Extension Screenshots
Download Sign Search Extension CRX File
Download Sign Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Sign Search |
ID | gniinlnnpjdbeleojkghgdccpapkapma |
Official URL | https://chromewebstore.google.com/detail/sign-search/gniinlnnpjdbeleojkghgdccpapkapma |
Description | Highlight a word on a page and lookup how to sign it in ASL |
File Size | 2.2 MB |
Installation Count | 1,014 |
Current Version | 0.0.4 |
Last Updated | 2023-06-24 |
Publish Date | 2020-06-13 |
Rating | 3.75/5 Total 4 Ratings |
Developer | Lucia Gomez |
[email protected] | |
Payment Type | free |
Extension Website | https://lucia-gomez.netlify.app/ |
Help Page URL | https://lucia-gomez.netlify.app/ |
Supported Languages | 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" } } |