Warframe Search

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

Warframe Search क्या है?

Warframe Search David Freitag द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome Extension that allows you to search the Warframe Wiki."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Warframe Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Warframe Search Warframe Search
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"
    ]
}