LaunchBox Games Database Search

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

LaunchBox Games Database Search là gì?

LaunchBox Games Database Search là một tiện ích mở rộng Chrome được phát triển bởi V-LAN Six, và tính năng chính của nó là "Highlight some text. Click the button. Search the LaunchBox Games Database.".

Tải xuống tệp CRX của tiện ích mở rộng LaunchBox Games Database Search

Tải xuống các tệp mở rộng LaunchBox Games Database Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên LaunchBox Games Database Search LaunchBox Games Database Search
ID mkmihhifnfgdngaabcehmcpkdcdbfdnd
URL Chính Thức https://chromewebstore.google.com/detail/launchbox-games-database/mkmihhifnfgdngaabcehmcpkdcdbfdnd
Mô tả Highlight some text. Click the button. Search the LaunchBox Games Database.
Kích Thước Tệp 16.29 KB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 0.0.0.7
Cập Nhật Lần Cuối 2016-10-18
Ngày Phát Hành 2016-10-18
Nhà Phát Triển V-LAN Six
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}