QuickSearch
Search directly on websites through URL bar.
QuickSearch란 무엇입니까?
QuickSearch은(는) Areeb Ahmed에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search directly on websites through URL bar."입니다.
확장 프로그램 스크린샷
QuickSearch 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Ever opened a website just to search for something ? Dont bother anymore, this extension allows you to search websites directly from chrome address bar. For example, in order to search for eminem on youtube, simply type '! y eminem' in the address bar (as shown in the video below). -------------- Shortcuts List -------------- - Open Any Subreddit : r - Youtube : y - DuckDuckGo : d - n : Netflix - StackOverflow : so - Github : gh - Giphy : giphy - WikipediA : w - AZlyrics : azl - IMDb : imdb - Steam : st - Amazon : a - Amazon UK : auk - Amazon In : ain - Twitter : t - Twitch : tw - ebay : e - ebay UK : euk - imgur : imgur - AliExpress : ae - Alibaba : ab - StackExchange : se - Instagram : ig - Imgur gifs : igif - Google Images : gi - Mozilla Developer Network (MDN) : mdn - Facebook : fb - Pinterest : p - Thesaurus : thesaurus - Urban Dictionary : ud - Udemy : udemy - Google Maps : gm - Check if a website is up or not : isup - Rarbgget torrent search : rarbgget - ThePirateBay torrent search : tpb - Daraz.pk search : daraz
확장 프로그램 기본 정보
이름 | QuickSearch |
ID | ficodflfkgooiejeeejlekkplgggmhbc |
공식 URL | https://chromewebstore.google.com/detail/quicksearch/ficodflfkgooiejeeejlekkplgggmhbc |
설명 | Search directly on websites through URL bar. |
파일 크기 | 102 KB |
설치 횟수 | 118 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2019-06-02 |
출시 날짜 | 2019-06-02 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Areeb Ahmed |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QuickSearch", "description": "Search directly on websites through URL bar.", "version": "1.0.0", "background": { "scripts": [ "background.js" ], "persistent": false }, "omnibox": { "keyword": "!" }, "manifest_version": 2, "browser_action": { "default_icon": { "16": "newtab_search16.png", "32": "newtab_search32.png" }, "default_popup": "popup.html" }, "icons": { "16": "newtab_search16.png", "32": "newtab_search32.png", "48": "newtab_search48.png", "128": "newtab_search128.png" } } |