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
Eメール [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"
    }
}