QuickSearch
Search directly on websites through URL bar.
QuickSearchคืออะไร?
QuickSearch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Areeb Ahmed และคุณลักษณะหลักของมันคือ "Search directly on websites through URL bar."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QuickSearch
ดาวน์โหลดไฟล์ส่วนขยาย QuickSearch ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |