Sign Search
Highlight a word on a page and lookup how to sign it in ASL
Wat is Sign Search?
Sign Search is een Chrome-extensie ontwikkeld door Lucia Gomez, en de belangrijkste functie is "Highlight a word on a page and lookup how to sign it in ASL".
Extensie Screenshots
Download het CRX-bestand van de extensie Sign Search
Download Sign Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Sign Search |
ID | gniinlnnpjdbeleojkghgdccpapkapma |
Officiële URL | https://chromewebstore.google.com/detail/sign-search/gniinlnnpjdbeleojkghgdccpapkapma |
Beschrijving | Highlight a word on a page and lookup how to sign it in ASL |
Bestandsgrootte | 2.2 MB |
Aantal Installaties | 1,014 |
Huidige Versie | 0.0.4 |
Laatst Bijgewerkt | 2023-06-24 |
Publicatiedatum | 2020-06-13 |
Beoordeling | 3.75/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Lucia Gomez |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://lucia-gomez.netlify.app/ |
Help Pagina-URL | https://lucia-gomez.netlify.app/ |
Ondersteunde Talen | 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" } } |