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开发的Chrome扩展程序,该扩展的主要功能是“Type 'uw ' and your search term to instantly search the Epic UserWeb. 'uw sherlock ' searches Sherlock logs.”。

扩展截图

screenshot

下载Epic UserWeb Search扩展crx文件

下载Epic UserWeb Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}