Find Datasheets

Datasheets.com is the easiest search engine to find datasheets of electronic parts.

Find Datasheets là gì?

Find Datasheets là một tiện ích mở rộng Chrome được phát triển bởi Datasheets.com, và tính năng chính của nó là "Datasheets.com is the easiest search engine to find datasheets of electronic parts.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Find Datasheets

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

                        Datasheets.com stands out as the most user-friendly search engine for locating electronic parts datasheets. Explore millions of components from numerous manufacturers effortlessly using either the search input or the context menu.

Here are three methods to locate the desired component:

Click the extension icon and utilize the search input.
Highlight a part number or keyword on any website, right-click, and choose "Search Datasheets."
In the URL bar, type 'ds,' press the tab button, and enter your search query.                    

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

Tên Find Datasheets Find Datasheets
ID cedadpglfeofeecconfihlpbdhjemmhl
URL Chính Thức https://chromewebstore.google.com/detail/find-datasheets/cedadpglfeofeecconfihlpbdhjemmhl
Mô tả Datasheets.com is the easiest search engine to find datasheets of electronic parts.
Kích Thước Tệp 17.15 KB
Số Lần Cài Đặt 273
Phiên Bản Hiện Tại 1.6.3
Cập Nhật Lần Cuối 2023-12-04
Ngày Phát Hành 2022-02-10
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Datasheets.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.datasheets.com
URL Trang Chính Sách Bảo Mật https://www.siliconexpert.com/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Find Datasheets",
    "description": "Datasheets.com is the easiest search engine to find datasheets of electronic parts.",
    "version": "1.6.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "contextMenus"
    ],
    "omnibox": {
        "keyword": "ds"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/images\/icon-16.png",
            "32": "\/images\/icon-32.png",
            "48": "\/images\/icon-48.png",
            "128": "\/images\/icon-128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon-16.png",
        "32": "\/images\/icon-32.png",
        "48": "\/images\/icon-48.png",
        "128": "\/images\/icon-128.png"
    }
}