Warframe Search
A Chrome Extension that allows you to search the Warframe Wiki.
Vad är Warframe Search?
Warframe Search är en Chrome-tillägg utvecklad av David Freitag, och dess huvudfunktion är "A Chrome Extension that allows you to search the Warframe Wiki.".
Tilläggsskärmbilder
Ladda ner Warframe Search-förlängningens CRX-fil
Ladda ner Warframe Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | cibjbebkmdjkfafmijnljdefnhldclfh |
Officiell webbadress | https://chrome.google.com/webstore/detail/warframe-search/cibjbebkmdjkfafmijnljdefnhldclfh |
Beskrivning | A Chrome Extension that allows you to search the Warframe Wiki. |
Filstorlek | 867 KB |
Antal Installationer | 283 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2015-04-29 |
Publiceringsdatum | 2015-04-29 |
Betyg | 4.21/5 Totalt 29 Betyg |
Utvecklare | David Freitag |
Betalningssätt | free |
Stödda Språk | 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" ] } |