Warframe Search
A Chrome Extension that allows you to search the Warframe Wiki.
Apa itu Warframe Search?
Warframe Search adalah ekstensi Chrome yang dikembangkan oleh David Freitag, dan fitur utamanya adalah "A Chrome Extension that allows you to search the Warframe Wiki.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Warframe Search
Unduh file ekstensi Warframe Search dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | cibjbebkmdjkfafmijnljdefnhldclfh |
URL Resmi | https://chrome.google.com/webstore/detail/warframe-search/cibjbebkmdjkfafmijnljdefnhldclfh |
Deskripsi | A Chrome Extension that allows you to search the Warframe Wiki. |
Ukuran File | 867 KB |
Jumlah Instalasi | 283 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2015-04-29 |
Tanggal Publikasi | 2015-04-29 |
Penilaian | 4.21/5 Total 29 Penilaian |
Pengembang | David Freitag |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |