Omnibang
Search many sites right from address bar using bangs provided by DuckDuckGo. Click Omnibang icon next to address bar for more info.
什麼是Omnibang?
Omnibang是由mrpandey開發的Chrome擴展程式,該擴展的主要功能是“Search many sites right from address bar using bangs provided by DuckDuckGo. Click Omnibang icon next to address bar for more info.”。
擴展截圖
下載Omnibang擴展crx文件
下載Omnibang擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Enhance your search by searching the web faster. With Omnibang you can directly open the search results on a website. Search 1000+ websites right from browser's address bar using bangs provided by DuckDuckGo. A bang or bang-code is a short-code for a website. Want to search "gangnam style" on youtube? "! yt gangnam style" is what you need to enter in the address bar. Here "yt" is bang-code for youtube. Want to search "mountain goat" on wikipedia? "! w mountain goat". Yes, "w" is for wikipedia. Get it? "so" is for stackoverflow, "r" is for reddit, "spt" for spotify, and so on. Similarly you can search hundreds of websites like bing, quora, github, mdn, msdn, etc. Check the complete list at https://duckduckgo.com/bang - Extremely lightweight extension. - Does not tracks any of your activity. - Does not interferes with your default search. - Saves your time searching the internet. Note: You need to type, don't copy-paste.
擴展基本資訊
名稱 | Omnibang |
ID | blmikombemiddkippgjijjgpdofliogo |
官方網址 | https://chromewebstore.google.com/detail/omnibang/blmikombemiddkippgjijjgpdofliogo |
簡介 | Search many sites right from address bar using bangs provided by DuckDuckGo. Click Omnibang icon next to address bar for more info. |
檔案大小 | 9.33 KB |
安裝次數 | 295 |
目前版本 | 1.0.0 |
更新時間 | 2018-07-09 |
上架時間 | 2018-07-09 |
評分 | 5.00/5 共 2 次評分 |
開發者 | mrpandey |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/mrpandey/omnibang |
說明頁面URL | https://github.com/mrpandey/omnibang |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Omnibang", "description": "Search many sites right from address bar using bangs provided by DuckDuckGo. Click Omnibang icon next to address bar for more info.", "version": "1.0.0", "background": { "scripts": [ "background.js" ] }, "omnibox": { "keyword": "!" }, "manifest_version": 2, "browser_action": { "default_popup": "popup.html", "default_title": "Search several websites right from browser's address bar! Click for more info.", "default_icon": { "16": "img\/omnibang-16.png", "32": "img\/omnibang-32.png" } }, "icons": { "16": "img\/omnibang-16.png", "32": "img\/omnibang-32.png", "48": "img\/omnibang-48.png", "128": "img\/omnibang-128.png" } } |