LaunchBox Games Database Search

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

Hvad er LaunchBox Games Database Search?

LaunchBox Games Database Search er en Chrome-udvidelse udviklet af V-LAN Six, og dens hovedfunktion er "Highlight some text. Click the button. Search the LaunchBox Games Database.".

Download LaunchBox Games Database Search-udvidelses-CRX-fil

Download LaunchBox Games Database Search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn LaunchBox Games Database Search LaunchBox Games Database Search
ID mkmihhifnfgdngaabcehmcpkdcdbfdnd
Officiel URL https://chromewebstore.google.com/detail/launchbox-games-database/mkmihhifnfgdngaabcehmcpkdcdbfdnd
Beskrivelse Highlight some text. Click the button. Search the LaunchBox Games Database.
Filstørrelse 16.29 KB
Antal Installationer 43
Nuværende Version 0.0.0.7
Senest Opdateret 2016-10-18
Udgivelsesdato 2016-10-18
Udvikler V-LAN Six
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
        ]
    }
}