Warframe Search
A Chrome Extension that allows you to search the Warframe Wiki.
Warframe Searchとは何ですか?
Warframe SearchはDavid Freitagによって開発されたChromeの拡張機能で、その主な機能は「A Chrome Extension that allows you to search the Warframe Wiki.」です。
拡張機能のスクリーンショット
Warframe Search拡張機能のCRXファイルをダウンロード
Warframe Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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" ] } |