Warframe Search

A Chrome Extension that allows you to search the Warframe Wiki.

Warframe Search là gì?

Warframe Search là một tiện ích mở rộng Chrome được phát triển bởi David Freitag, và tính năng chính của nó là "A Chrome Extension that allows you to search the Warframe Wiki.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Warframe Search

Tải xuống các tệp mở rộng Warframe Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Warframe Search Warframe Search
ID cibjbebkmdjkfafmijnljdefnhldclfh
URL Chính Thức https://chrome.google.com/webstore/detail/warframe-search/cibjbebkmdjkfafmijnljdefnhldclfh
Mô tả A Chrome Extension that allows you to search the Warframe Wiki.
Kích Thước Tệp 867 KB
Số Lần Cài Đặt 283
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2015-04-29
Ngày Phát Hành 2015-04-29
Đánh Giá 4.21/5 Tổng số 29 Đánh Giá
Nhà Phát Triển David Freitag
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}