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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}