Warframe Search
A Chrome Extension that allows you to search the Warframe Wiki.
What is Warframe Search?
Warframe Search is a Chrome extension developed by David Freitag, and its main feature is "A Chrome Extension that allows you to search the Warframe Wiki.".
Extension Screenshots
Download Warframe Search Extension CRX File
Download Warframe Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | cibjbebkmdjkfafmijnljdefnhldclfh |
Official URL | https://chrome.google.com/webstore/detail/warframe-search/cibjbebkmdjkfafmijnljdefnhldclfh |
Description | A Chrome Extension that allows you to search the Warframe Wiki. |
File Size | 867 KB |
Installation Count | 283 |
Current Version | 1.2 |
Last Updated | 2015-04-29 |
Publish Date | 2015-04-29 |
Rating | 4.21/5 Total 29 Ratings |
Developer | David Freitag |
Payment Type | free |
Supported Languages | 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" ] } |