LaunchBox Games Database Search

Highlight some text. Click the button. Search the LaunchBox Games Database.

¿Qué es LaunchBox Games Database Search?

LaunchBox Games Database Search es una extensión de Chrome desarrollada por V-LAN Six, y su función principal es "Highlight some text. Click the button. Search the LaunchBox Games Database.".

Descargar Archivo CRX de la Extensión LaunchBox Games Database Search

Descarga archivos de extensión LaunchBox Games Database 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

                        LGDS was developed in five minutes so as to increase my productivity while moderating the LaunchBox Games Database. It will search the LaunchBox Games Database for any highlighted term in your browser. Simply highlight some text, click the extension icon on the top right of your screen, and voila.                    

Información Básica de la Extensión

Nombre LaunchBox Games Database Search LaunchBox Games Database Search
ID mkmihhifnfgdngaabcehmcpkdcdbfdnd
URL Oficial https://chromewebstore.google.com/detail/launchbox-games-database/mkmihhifnfgdngaabcehmcpkdcdbfdnd
Descripción Highlight some text. Click the button. Search the LaunchBox Games Database.
Tamaño del Archivo 16.29 KB
Cantidad de Instalaciones 43
Versión Actual 0.0.0.7
Última Actualización 2016-10-18
Fecha de Publicación 2016-10-18
Desarrollador V-LAN Six
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "icon32.png",
        "default_title": "LaunchBox Games Database Search"
    },
    "manifest_version": 2,
    "name": "LaunchBox Games Database Search",
    "version": "0.0.0.7",
    "description": "Highlight some text. Click the button. Search the LaunchBox Games Database.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "LGDSbackgroundpage.js"
        ]
    }
}