Epic UserWeb Search

Type 'uw ' and your search term to instantly search the Epic UserWeb. 'uw sherlock ' searches Sherlock logs.

Epic UserWeb Search क्या है?

Epic UserWeb Search Mark Iannucci द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Type 'uw ' and your search term to instantly search the Epic UserWeb. 'uw sherlock ' searches Sherlock logs."।

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

screenshot

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

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

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

                        Do you want to directly search Epic's galaxy without having to wait for the galaxy screen to load?  This extension allows you to do exactly that.  Simply type 'uw' followed by a space and your search term in Chrome's Omnibox and your query will be sent directly to galaxy.  

Need to search Sherlock?  Simply type 'uw sherlock' followed by a space and your search term in the Omnibox and your query will go to Sherlock.  Want to go directly to the Support Log and know it's number, just type 'uw sherlock' followed by a space and the Sherlock Id and you'll go straight to it.  

Want to search UserWeb threads?  Type 'uw topic' followed by a space and your search term in the Omnibox and your query will search the UserWeb threads.

Want to search Nova just like Sherlock?  Follow the instructions above and using 'uw nova' as your key text and off you'll go.

This project is open source and happily accepts pull requests on GitHub:
https://github.com/MarkIannucci/ChromeUserWebSearchExtension                    

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

नाम Epic UserWeb Search Epic UserWeb Search
ID ginlmldponabcjidalfoboonnmloeolj
आधिकारिक URL https://chromewebstore.google.com/detail/epic-userweb-search/ginlmldponabcjidalfoboonnmloeolj
विवरण Type 'uw ' and your search term to instantly search the Epic UserWeb. 'uw sherlock ' searches Sherlock logs.
फ़ाइल का आकार 8.98 KB
स्थापना संख्या 863
वर्तमान संस्करण 1.10.34
अंतिम अपडेट 2021-12-08
प्रकाशन तिथि 2019-02-26
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर Mark Iannucci
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/MarkIannucci/ChromeUserWebSearchExtension
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Epic UserWeb Search",
    "description": "Type 'uw ' and your search term to instantly search the Epic UserWeb. 'uw sherlock ' searches Sherlock logs.",
    "version": "1.10.34",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "omnibox": {
        "keyword": "uw"
    },
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "16": "newtab_search16.png",
            "32": "newtab_search32.png"
        }
    },
    "icons": {
        "16": "newtab_search16.png",
        "32": "newtab_search32.png",
        "48": "newtab_search48.png",
        "128": "newtab_search128.png"
    }
}