Warframe Search
A Chrome Extension that allows you to search the Warframe Wiki.
Was ist Warframe Search?
Warframe Search ist eine Chrome-Erweiterung, die von David Freitag entwickelt wurde, und ihr Hauptmerkmal ist "A Chrome Extension that allows you to search the Warframe Wiki.".
Erweiterungsscreenshots
Warframe Search-Erweiterungs-CRX-Datei herunterladen
Laden Sie Warframe Search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | cibjbebkmdjkfafmijnljdefnhldclfh |
Offizielle URL | https://chrome.google.com/webstore/detail/warframe-search/cibjbebkmdjkfafmijnljdefnhldclfh |
Beschreibung | A Chrome Extension that allows you to search the Warframe Wiki. |
Dateigröße | 867 KB |
Installationsanzahl | 283 |
Aktuelle Version | 1.2 |
Letztes Update | 2015-04-29 |
Veröffentlichungsdatum | 2015-04-29 |
Bewertung | 4.21/5 Insgesamt 29 Bewertungen |
Entwickler | David Freitag |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |