Warframe Search
A Chrome Extension that allows you to search the Warframe Wiki.
ما هو Warframe Search؟
Warframe Search هو إضافة Chrome تم تطويرها بواسطة David Freitag، والميزة الرئيسية لها هي "A Chrome Extension that allows you to search the Warframe Wiki.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Warframe Search
قم بتنزيل ملفات الامتداد Warframe Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is a very simple Extension, it allows you to either do a general search of the Warframe Wiki, or go directly to the page of whatever item you are looking for. By default, the extension will not check the "Real Name" checkbox, but you can open the options page and change that. These settings are stored via Google Sync, if you choose not to use Sync, there is a setting to disable the use of Sync in the extension.
معلومات أساسية عن التمديد
الاسم | |
ID | cibjbebkmdjkfafmijnljdefnhldclfh |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/warframe-search/cibjbebkmdjkfafmijnljdefnhldclfh |
الوصف | A Chrome Extension that allows you to search the Warframe Wiki. |
حجم الملف | 867 KB |
عدد التثبيتات | 283 |
النسخة الحالية | 1.2 |
آخر تحديث | 2015-04-29 |
تاريخ النشر | 2015-04-29 |
تقييم | 4.21/5 مجموع تقييمات 29 |
المطور | David Freitag |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Warframe Search", "version": "1.2", "description": "A Chrome Extension that allows you to search the Warframe Wiki.", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "options_page": "options.html", "icons": { "128": "icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "storage", "tabs" ] } |