LaunchBox Games Database Search

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

什么是LaunchBox Games Database Search?

LaunchBox Games Database Search是由V-LAN Six开发的Chrome扩展程序,该扩展的主要功能是“Highlight some text. Click the button. Search the LaunchBox Games Database.”。

下载LaunchBox Games Database Search扩展crx文件

下载LaunchBox Games Database Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 LaunchBox Games Database Search LaunchBox Games Database Search
ID mkmihhifnfgdngaabcehmcpkdcdbfdnd
官方URL https://chromewebstore.google.com/detail/launchbox-games-database/mkmihhifnfgdngaabcehmcpkdcdbfdnd
简介 Highlight some text. Click the button. Search the LaunchBox Games Database.
文件大小 16.29 KB
安装次数 43
当前版本 0.0.0.7
更新时间 2016-10-18
上架时间 2016-10-18
开发者 V-LAN Six
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
        ]
    }
}