Search Button for thefreedictionary.com
thefreedictionary.com
¿Qué es Search Button for thefreedictionary.com?
Search Button for thefreedictionary.com es una extensión de Chrome desarrollada por zardosht, y su función principal es "thefreedictionary.com".
Descargar Archivo CRX de la Extensión Search Button for thefreedictionary.com
Descarga archivos de extensión Search Button for thefreedictionary.com 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
Search thefreedictionary.com in a new tab for the text selected in current tab.
Información Básica de la Extensión
Nombre | |
ID | lobdnldkapamadicogghpemeeacihpha |
URL Oficial | https://chrome.google.com/webstore/detail/search-button-for-thefree/lobdnldkapamadicogghpemeeacihpha |
Descripción | thefreedictionary.com |
Tamaño del Archivo | 12.86 KB |
Cantidad de Instalaciones | 146 |
Versión Actual | 1.0 |
Última Actualización | 2014-01-11 |
Fecha de Publicación | 2014-01-11 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | zardosht |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Search Button for thefreedictionary.com", "version": "1.0", "background": { "scripts": [ "content\/background.js" ], "persistent": false }, "description": "thefreedictionary.com", "browser_action": { "default_icon": "icons\/fd.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content\/selection_service.js" ] } ], "permissions": [ "http:\/\/www.thefreedictionary.com\/", "tabs", "activeTab" ] } |