Find your sentence - Right Click
Add a context menu item to find the similar your selected text from The New York Times, BBC, Wikipedia...
¿Qué es Find your sentence - Right Click?
Find your sentence - Right Click es una extensión de Chrome desarrollada por https://sites.google.com/site/tientx, y su función principal es "Add a context menu item to find the similar your selected text from The New York Times, BBC, Wikipedia...".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Find your sentence - Right Click
Descarga archivos de extensión Find your sentence - Right Click en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Add a context menu item to find the similar your selected text from The New York Times, BBC, Wikipedia...
Información Básica de la Extensión
Nombre | Find your sentence - Right Click |
ID | fidadahkfilmdojoobcbaanlbhdjnmll |
URL Oficial | https://chromewebstore.google.com/detail/find-your-sentence-right/fidadahkfilmdojoobcbaanlbhdjnmll |
Descripción | Add a context menu item to find the similar your selected text from The New York Times, BBC, Wikipedia... |
Tamaño del Archivo | 7.92 KB |
Cantidad de Instalaciones | 29 |
Versión Actual | 1.0.0.0 |
Última Actualización | 2016-11-03 |
Fecha de Publicación | 2016-11-03 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | https://sites.google.com/site/tientx |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "script.js" ] }, "description": "Add a context menu item to find the similar your selected text from The New York Times, BBC, Wikipedia...", "icons": { "128": "lludwig-logo-128x128.png" }, "minimum_chrome_version": "6", "name": "Find your sentence - Right Click", "permissions": [ "contextMenus", "windows" ], "version": "1.0.0.0", "manifest_version": 2 } |