phind.com

Automatically sets your default search engine to phind.com. phind.com is a search engine for software developers. We instantly…

phind.com là gì?

phind.com là một tiện ích mở rộng Chrome được phát triển bởi https://phind.com, và tính năng chính của nó là "Automatically sets your default search engine to phind.com. phind.com is a search engine for software developers. We instantly…".

Ả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 phind.com

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

                        Automatically sets your default search engine to phind.com.

phind.com is a search engine for software developers. We instantly answer developers’ technical questions with simple explanations and relevant code snippets from the web.

phind.com is powered by large AI language models that generate answers based on information from multiple sources.                    

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

Tên phind.com phind.com
ID cbkjbnfjbjlcpfaengknbfbffabiloab
URL Chính Thức https://chromewebstore.google.com/detail/phindcom/cbkjbnfjbjlcpfaengknbfbffabiloab
Mô tả Automatically sets your default search engine to phind.com. phind.com is a search engine for software developers. We instantly…
Kích Thước Tệp 3.27 KB
Số Lần Cài Đặt 6,441
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2023-02-19
Ngày Phát Hành 2022-07-26
Đánh Giá 4.50/5 Tổng số 14 Đánh Giá
Nhà Phát Triển https://phind.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://phind.com
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "phind.com",
    "manifest_version": 3,
    "version": "1.0.2",
    "chrome_settings_overrides": {
        "search_provider": {
            "is_default": true,
            "name": "phind.com",
            "search_url": "https:\/\/phind.com\/search\/?q={searchTerms}&fromExtension=true",
            "keyword": "phind",
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/phind.com\/images\/favicon.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    }
}