LaunchBox Games Database Search

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

Qu'est-ce que LaunchBox Games Database Search ?

LaunchBox Games Database Search est une extension Chrome développée par V-LAN Six, et sa fonction principale est "Highlight some text. Click the button. Search the LaunchBox Games Database.".

Télécharger le fichier CRX de l'extension LaunchBox Games Database Search

Téléchargez les fichiers d'extension LaunchBox Games Database Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom LaunchBox Games Database Search LaunchBox Games Database Search
ID mkmihhifnfgdngaabcehmcpkdcdbfdnd
URL Officiel https://chromewebstore.google.com/detail/launchbox-games-database/mkmihhifnfgdngaabcehmcpkdcdbfdnd
Description Highlight some text. Click the button. Search the LaunchBox Games Database.
Taille du Fichier 16.29 KB
Nombre d'Installations 43
Version Actuelle 0.0.0.7
Dernière Mise à Jour 2016-10-18
Date de Publication 2016-10-18
Développeur V-LAN Six
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}