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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } } |