smartbox: Smart Searching

An unmatched searching tool for web browsers, search for anything you want, search on anywhere you want.

smartbox: Smart Searching là gì?

smartbox: Smart Searching là một tiện ích mở rộng Chrome được phát triển bởi A. Taha Baki, và tính năng chính của nó là "An unmatched searching tool for web browsers, search for anything you want, search on anywhere you want.".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng smartbox: Smart Searching 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

                        Searching wouldn't be much simpler...

Browsers are limiting you to use one search engine at a time. With this extension, you're extending your capabilities. You can use any search engine you want, search for anything... You have the ultimate freedom.

Wanted to search quicker than ever? Definitely this extension is for you. It'll be worth it.

Spend less time while changing your search engine...

What this extension offers:
- quick search,
- saving time,
- customization,
- simple usage... and much more...
How can I use it?

It's really simple. It has 2 main parts. First one is focus on the address bar. The second part is really simple, type what you wanna search.

For the first part, I am using keyboard shortcut (cmd/ctrl+L) on the video which immediately focuses to chrome's address bar. Or you can just click to address bar. 

For the second part, type "@" in address bar. You should see something relevant to this extension left-side on the address bar. Then press "tab" key. We'll mention this part as "smartbox tools page".

How can I search?

For accessing all the available search engines, after you've entered smartbox tools page, type just "." (dot). You should see a list of suggestions. For example, "Search on  ()".

For listing in a comma separated list, you need to type 3 dots instead of just one dot, e.g. "...".

You can add, delete a search engine from the list of all available search engines. Or you can import, export the list.

For Advanced Usage/Users:

* Export the list of available search engines
* Import the list of available search engines

For exporting the list after entered the smartbox tools page, type "=>". Then you should see "Export as JSON", move down to there and you should see a JSON data, select all of it. This is exported data you want and customize.

For importing the list after entered the smartbox tools page, type "<= ". Replace "" with JSON data you want to replace...

v4.7 Changes:
* Fixed problems in the searching algorithm...

For demo video:
https://youtu.be/1yYbrPPGt6k

For more information see the link below:
https://github.com/atahabaki/chrome-smartbox

You can contact me via:
Instagram: https://www.instagram.com/atahabaki/
Reddit: https://www.reddit.com/u/atahabaki
GitHub: https://github.com/atahabaki                    

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

Tên smartbox: Smart Searching smartbox: Smart Searching
ID ligbhhoebpfhhafppbnieajgokmcccah
URL Chính Thức https://chromewebstore.google.com/detail/smartbox-smart-searching/ligbhhoebpfhhafppbnieajgokmcccah
Mô tả An unmatched searching tool for web browsers, search for anything you want, search on anywhere you want.
Kích Thước Tệp 32.39 KB
Số Lần Cài Đặt 33
Phiên Bản Hiện Tại 4.7
Cập Nhật Lần Cuối 2020-08-22
Ngày Phát Hành 2020-06-26
Nhà Phát Triển A. Taha Baki
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/atahabaki/chrome-smartbox
URL Trang Trợ Giúp https://github.com/atahabaki/chrome-smartbox
Ngôn Ngữ Được Hỗ Trợ en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appname__",
    "description": "__MSG_appdesc__",
    "default_locale": "en",
    "version": "4.7",
    "icons": {
        "16": "images\/smartbox16.png",
        "32": "images\/smartbox32.png",
        "48": "images\/smartbox48.png",
        "128": "images\/smartbox128.png",
        "256": "images\/smartbox256.png"
    },
    "background": {
        "scripts": [
            "app.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage"
    ],
    "omnibox": {
        "keyword": "@"
    }
}