Snap Sarch - Search Faster

Search at Superhuman speeds!

Snap Sarch - Search Faster là gì?

Snap Sarch - Search Faster là một tiện ích mở rộng Chrome được phát triển bởi https://snapsearch.online, và tính năng chính của nó là "Search at Superhuman speeds!".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Snap Sarch - Search Faster

Tải xuống các tệp mở rộng Snap Sarch - Search Faster 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

                        Coming from the popular Android app, the chrome extension is built to give users a faster way of searching the web. Search at Superhuman speeds!

Snap Search wants to provide the quickest way to search through your favourite websites in the easiest manner possible.

Snap Search is incredibly simple:
Step 1) Select your website ✓
Step 2) Enter your desired search term/keywords ✓
Step 3) TADA ! Browse through the search results in the most secure way possible. ✓

Currently, over 60 websites are supported and provided as options for you to choose from. Select your favourite website and search in incognito mode/normal mode faster than you could ever before.

Snap Search has two main goals - to be incredibly simple, and incredibly fast.                    

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

Tên Snap Sarch - Search Faster Snap Sarch - Search Faster
ID diidgminbhdappppdmgglehmdoeiaheg
URL Chính Thức https://chromewebstore.google.com/detail/snap-sarch-search-faster/diidgminbhdappppdmgglehmdoeiaheg
Mô tả Search at Superhuman speeds!
Kích Thước Tệp 583 KB
Số Lần Cài Đặt 157
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2020-08-30
Ngày Phát Hành 2019-07-16
Nhà Phát Triển https://snapsearch.online
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://snapsearch.online
URL Trang Trợ Giúp http://snapsearch.online/#contact
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snap Sarch - Search Faster",
    "version": "2.0",
    "description": "Search at Superhuman speeds!",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/logo.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+1",
                "mac": "Command+Shift+1"
            }
        }
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ]
}