LaunchBox Games Database Search
Highlight some text. Click the button. Search the LaunchBox Games Database.
Co je LaunchBox Games Database Search?
LaunchBox Games Database Search je rozšíření Chrome vyvinuté V-LAN Six, a jeho hlavní funkcí je „Highlight some text. Click the button. Search the LaunchBox Games Database.“.
Stáhnout soubor CRX rozšíření LaunchBox Games Database Search
Stáhněte si soubory rozšíření LaunchBox Games Database Search ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | mkmihhifnfgdngaabcehmcpkdcdbfdnd |
Oficiální URL | https://chromewebstore.google.com/detail/launchbox-games-database/mkmihhifnfgdngaabcehmcpkdcdbfdnd |
Popis | Highlight some text. Click the button. Search the LaunchBox Games Database. |
Velikost souboru | 16.29 KB |
Počet instalací | 43 |
Aktuální Verze | 0.0.0.7 |
Poslední Aktualizace | 2016-10-18 |
Datum Vydání | 2016-10-18 |
Vývojář | V-LAN Six |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } } |