Acronym Search

Lookup acronyms without leaving the page

¿Qué es Acronym Search?

Acronym Search es una extensión de Chrome desarrollada por justinchan, y su función principal es "Lookup acronyms without leaving the page".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Acronym Search

Descarga archivos de extensión Acronym Search 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

                        Run into a confusing acronym and want to quickly check what it is without leaving the page?

Right click on the word, click on me, and I'll take care of the rest!

Retrieves results from acronymfinder.com with a rank of 4 stars or greater.                    

Información Básica de la Extensión

Nombre Acronym Search Acronym Search
ID ffbiglaanljphblapamknfdpnnhmdfcm
URL Oficial https://chromewebstore.google.com/detail/acronym-search/ffbiglaanljphblapamknfdpnnhmdfcm
Descripción Lookup acronyms without leaving the page
Tamaño del Archivo 7.64 KB
Cantidad de Instalaciones 106
Versión Actual 1.0
Última Actualización 2019-11-04
Fecha de Publicación 2019-11-03
Desarrollador justinchan
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Acronym Search",
    "version": "1.0",
    "description": "Lookup acronyms without leaving the page",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus",
        "https:\/\/www.acronymfinder.com\/"
    ],
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "128": "icons\/128x128.png"
    },
    "manifest_version": 2
}