LaunchBox Games Database Search
Highlight some text. Click the button. Search the LaunchBox Games Database.
Vad är LaunchBox Games Database Search?
LaunchBox Games Database Search är en Chrome-tillägg utvecklad av V-LAN Six, och dess huvudfunktion är "Highlight some text. Click the button. Search the LaunchBox Games Database.".
Ladda ner LaunchBox Games Database Search-förlängningens CRX-fil
Ladda ner LaunchBox Games Database Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | mkmihhifnfgdngaabcehmcpkdcdbfdnd |
Officiell webbadress | https://chromewebstore.google.com/detail/launchbox-games-database/mkmihhifnfgdngaabcehmcpkdcdbfdnd |
Beskrivning | Highlight some text. Click the button. Search the LaunchBox Games Database. |
Filstorlek | 16.29 KB |
Antal Installationer | 43 |
Aktuell Version | 0.0.0.7 |
Senast Uppdaterad | 2016-10-18 |
Publiceringsdatum | 2016-10-18 |
Utvecklare | V-LAN Six |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } } |