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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Highlight some text. Click the button. Search the LaunchBox Games Database."।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में LaunchBox Games Database Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        ]
    }
}