LaunchBox Games Database Search
Highlight some text. Click the button. Search the LaunchBox Games Database.
LaunchBox Games Database Searchคืออะไร?
LaunchBox Games Database Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย V-LAN Six และคุณลักษณะหลักของมันคือ "Highlight some text. Click the button. Search the LaunchBox Games Database."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LaunchBox Games Database Search
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" ] } } |