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 |
官方網址 | 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" ] } |