LaunchBox Games Database Search
Highlight some text. Click the button. Search the LaunchBox Games Database.
Co to jest LaunchBox Games Database Search?
LaunchBox Games Database Search to rozszerzenie Chrome opracowane przez V-LAN Six, a jego główną funkcją jest „Highlight some text. Click the button. Search the LaunchBox Games Database.”.
Pobierz plik CRX rozszerzenia LaunchBox Games Database Search
Pobierz pliki rozszerzeń LaunchBox Games Database Search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | mkmihhifnfgdngaabcehmcpkdcdbfdnd |
Oficjalny URL | https://chromewebstore.google.com/detail/launchbox-games-database/mkmihhifnfgdngaabcehmcpkdcdbfdnd |
Opis | Highlight some text. Click the button. Search the LaunchBox Games Database. |
Rozmiar pliku | 16.29 KB |
Liczba instalacji | 43 |
Aktualna Wersja | 0.0.0.7 |
Ostatnia Aktualizacja | 2016-10-18 |
Data Publikacji | 2016-10-18 |
Deweloper | V-LAN Six |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } } |