Smart Search

Your personalized smart search engine for smart users!

Smart Search là gì?

Smart Search là một tiện ích mở rộng Chrome được phát triển bởi https://smartsearch.guru, và tính năng chính của nó là "Your personalized smart search engine for smart users!".

Ả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 Smart Search

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

                        SmartSearch replaces your default search engine with fast, private and convenient one.
The search your make are precise, accurate and allow you to find things much faster.
You can also search images, videos and even social networks!
Your search is private and no data is either stored or used in any form.
We respect your privacy.
Search smart, be smarter!                    

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

Tên Smart Search Smart Search
ID jfbjailbgmjhincmamjdecfdmbbfbpla
URL Chính Thức https://chromewebstore.google.com/detail/smart-search/jfbjailbgmjhincmamjdecfdmbbfbpla
Mô tả Your personalized smart search engine for smart users!
Kích Thước Tệp 22.2 KB
Số Lần Cài Đặt 8,664
Phiên Bản Hiện Tại 1.0.8
Cập Nhật Lần Cuối 2020-04-22
Ngày Phát Hành 2020-04-22
Đánh Giá 3.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://smartsearch.guru
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://smartsearch.top/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smart Search",
    "short_name": "smartsearch",
    "description": "Your personalized smart search engine for smart users!",
    "version": "1.0.8",
    "permissions": [
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/smartsearch.top\/*"
    ],
    "optional_permissions": [
        "",
        "cookies",
        "gcm"
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Smartsearch",
            "keyword": "smartsearch",
            "search_url": "https:\/\/smartsearch.top\/?q={searchTerms}",
            "favicon_url": "https:\/\/smartsearch.top\/i\/logo.png",
            "suggest_url": "https:\/\/smartsearch.top\/autocomplete.php?sugg&q={searchTerms}",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/smartsearch.top\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "icon16.png"
    ],
    "browser_action": []
}