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によって開発されたChromeの拡張機能で、その主な機能は「Highlight some text. Click the button. Search the LaunchBox Games Database.」です。
LaunchBox Games Database Search拡張機能のCRXファイルをダウンロード
LaunchBox Games Database Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" ] } } |