Warframe Search

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

Co to jest Warframe Search?

Warframe Search to rozszerzenie Chrome opracowane przez David Freitag, a jego główną funkcją jest „A Chrome Extension that allows you to search the Warframe Wiki.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Warframe Search

Pobierz pliki rozszerzeń Warframe Search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Warframe Search Warframe Search
ID cibjbebkmdjkfafmijnljdefnhldclfh
Oficjalny URL https://chrome.google.com/webstore/detail/warframe-search/cibjbebkmdjkfafmijnljdefnhldclfh
Opis A Chrome Extension that allows you to search the Warframe Wiki.
Rozmiar pliku 867 KB
Liczba instalacji 283
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2015-04-29
Data Publikacji 2015-04-29
Ocena 4.21/5 Łącznie 29 Oceny
Deweloper David Freitag
Typ Płatności free
Obsługiwane Języki 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"
    ]
}