Searchme

This extension offers an better new tab page for your needs: improved search, date and time widgets and other features.

Searchme là gì?

Searchme là một tiện ích mở rộng Chrome được phát triển bởi https://www.mybrowserbar.com, và tính năng chính của nó là "This extension offers an better new tab page for your needs: improved search, date and time widgets and other features.".

Ả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 Searchme

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

                        Search the web with Yahoo through Searchme extension. Improve your search experience and get clear and precise search results.
This extension provides an enhanced new tab page with a new and improved search engine powered by Yahoo, date and time widgets and many other cool features.

FAQs:
Q: Is Searchme free?
A: Yes, it's free, simple, easy to use, and unobtrusive.

Q: How can I disable/uninstall Searchme?
A: That's easy. Go to browser's menu > More Tools > Extensions, find the extension and disable/remove it.                    

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

Tên Searchme Searchme
ID hjalolmjgklbjgaomjjofphdjnajmnim
URL Chính Thức https://chromewebstore.google.com/detail/searchme/hjalolmjgklbjgaomjjofphdjnajmnim
Mô tả This extension offers an better new tab page for your needs: improved search, date and time widgets and other features.
Kích Thước Tệp 1.99 MB
Số Lần Cài Đặt 371
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2023-11-13
Ngày Phát Hành 2019-09-06
Đánh Giá 4.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://www.mybrowserbar.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://www.mybrowserbar.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "background": {
        "scripts": [
            "scripts\/background.js",
            "scripts\/utils.js"
        ]
    },
    "browser_action": {
        "default_popup": ""
    },
    "chrome_url_overrides": {
        "newtab": "ntp\/newtab.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "scripts\/loader.js"
            ],
            "matches": [
                "http:\/\/*.mybrowserbar.com\/*",
                "https:\/\/*.mybrowserbar.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "Icons\/Icon-128.png",
        "16": "Icons\/Icon-16.png",
        "32": "Icons\/Icon-32.png",
        "48": "Icons\/Icon-48.png",
        "64": "Icons\/Icon-64.png"
    },
    "manifest_version": 2,
    "name": "Searchme",
    "description": "This extension offers an better new tab page for your needs: improved search, date and time widgets and other features.",
    "options_page": "ntp\/options.html",
    "permissions": [
        "storage",
        "webRequest",
        "cookies",
        "contextMenus"
    ],
    "short_name": "Searchme",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4"
}