Omnibang

Search many sites right from address bar using bangs provided by DuckDuckGo. Click Omnibang icon next to address bar for more info.

Omnibang là gì?

Omnibang là một tiện ích mở rộng Chrome được phát triển bởi mrpandey, và tính năng chính của nó là "Search many sites right from address bar using bangs provided by DuckDuckGo. Click Omnibang icon next to address bar for more info.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Omnibang

Tải xuống các tệp mở rộng Omnibang dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Omnibang Omnibang
ID blmikombemiddkippgjijjgpdofliogo
URL Chính Thức https://chromewebstore.google.com/detail/omnibang/blmikombemiddkippgjijjgpdofliogo
Mô tả Search many sites right from address bar using bangs provided by DuckDuckGo. Click Omnibang icon next to address bar for more info.
Kích Thước Tệp 9.33 KB
Số Lần Cài Đặt 295
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2018-07-09
Ngày Phát Hành 2018-07-09
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển mrpandey
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/mrpandey/omnibang
URL Trang Trợ Giúp https://github.com/mrpandey/omnibang
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}