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" ] } |