LaunchBox Games Database Search
Highlight some text. Click the button. Search the LaunchBox Games Database.
Cos'è LaunchBox Games Database Search?
LaunchBox Games Database Search è un'estensione di Chrome sviluppata da V-LAN Six, e la sua funzione principale è "Highlight some text. Click the button. Search the LaunchBox Games Database.".
Scarica il file CRX dell'estensione LaunchBox Games Database Search
Scarica i file di estensione LaunchBox Games Database Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | mkmihhifnfgdngaabcehmcpkdcdbfdnd |
URL Ufficiale | https://chromewebstore.google.com/detail/launchbox-games-database/mkmihhifnfgdngaabcehmcpkdcdbfdnd |
Descrizione | Highlight some text. Click the button. Search the LaunchBox Games Database. |
Dimensione del File | 16.29 KB |
Conteggio Installazioni | 43 |
Versione Corrente | 0.0.0.7 |
Ultimo Aggiornamento | 2016-10-18 |
Data di Pubblicazione | 2016-10-18 |
Sviluppatore | V-LAN Six |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } } |