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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } } |