Simple = Select + Search

Right click on selected text to search on multiple search engines for Chrome. Supports grouping engines, incongito, and more.

Simple = Select + Search là gì?

Simple = Select + Search là một tiện ích mở rộng Chrome được phát triển bởi https://simpleselectsearch.com, và tính năng chính của nó là "Right click on selected text to search on multiple search engines for Chrome. Supports grouping engines, incongito, and more.".

Ả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 Simple = Select + Search

Tải xuống các tệp mở rộng Simple = Select + Search 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

                        It's simple: select some text, right-click, and search on your preferred search engines.

Configuring your search engines is very easy: There are multiple pre-configured search engines to pick from (like Amazon, BBC, CNN, etc.), plus you can add any other you might like. To add new search engines, follow instructions in the Help section of the Options page.

Once a new search engine is configured, it will show up the next time you select some text in your browser, right-click it, and go to the Simple = Select + Search menu option.

I'ts my first public extension. I hope you like it.                    

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

Tên Simple = Select + Search Simple = Select + Search
ID aagminaekdpcfimcbhknlgjmpnnnmooo
URL Chính Thức https://chromewebstore.google.com/detail/simple-select-+-search/aagminaekdpcfimcbhknlgjmpnnnmooo
Mô tả Right click on selected text to search on multiple search engines for Chrome. Supports grouping engines, incongito, and more.
Kích Thước Tệp 438 KB
Số Lần Cài Đặt 31,380
Phiên Bản Hiện Tại 0.7.3
Cập Nhật Lần Cuối 2023-06-29
Ngày Phát Hành 2019-07-06
Đánh Giá 4.56/5 Tổng số 208 Đánh Giá
Nhà Phát Triển https://simpleselectsearch.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://simpleselectsearch.com/
URL Trang Trợ Giúp https://twitter.com/#!/frenetix_
Ngôn Ngữ Được Hỗ Trợ de,en,fr,nl,vi,tr,ca,da,it,hu,pl,ro,fi,cs,el,sr,ru,uk,iw,fa,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "S=S+S",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "version": "0.7.3",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "background": {
        "scripts": [
            "js\/sss.background.js"
        ]
    },
    "options_page": "options.html"
}