LaunchBox Games Database Search

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

O que é LaunchBox Games Database Search?

LaunchBox Games Database Search é uma extensão do Chrome desenvolvida por V-LAN Six, e sua principal característica é "Highlight some text. Click the button. Search the LaunchBox Games Database.".

Baixar o arquivo CRX da Extensão LaunchBox Games Database Search

Baixe arquivos de extensão LaunchBox Games Database Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome LaunchBox Games Database Search LaunchBox Games Database Search
ID mkmihhifnfgdngaabcehmcpkdcdbfdnd
URL Oficial https://chromewebstore.google.com/detail/launchbox-games-database/mkmihhifnfgdngaabcehmcpkdcdbfdnd
Descrição Highlight some text. Click the button. Search the LaunchBox Games Database.
Tamanho do Arquivo 16.29 KB
Contagem de Instalações 43
Versão Atual 0.0.0.7
Última Atualização 2016-10-18
Data de Publicação 2016-10-18
Desenvolvedor V-LAN Six
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
        ]
    }
}