LaunchBox Games Database Search

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

Wat is LaunchBox Games Database Search?

LaunchBox Games Database Search is een Chrome-extensie ontwikkeld door V-LAN Six, en de belangrijkste functie is "Highlight some text. Click the button. Search the LaunchBox Games Database.".

Download het CRX-bestand van de extensie LaunchBox Games Database Search

Download LaunchBox Games Database Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam LaunchBox Games Database Search LaunchBox Games Database Search
ID mkmihhifnfgdngaabcehmcpkdcdbfdnd
Officiële URL https://chromewebstore.google.com/detail/launchbox-games-database/mkmihhifnfgdngaabcehmcpkdcdbfdnd
Beschrijving Highlight some text. Click the button. Search the LaunchBox Games Database.
Bestandsgrootte 16.29 KB
Aantal Installaties 43
Huidige Versie 0.0.0.7
Laatst Bijgewerkt 2016-10-18
Publicatiedatum 2016-10-18
Ontwikkelaar V-LAN Six
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}