Find Datasheets

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

什么是Find Datasheets?

Find Datasheets是由Datasheets.com开发的Chrome扩展程序,该扩展的主要功能是“Datasheets.com is the easiest search engine to find datasheets of electronic parts.”。

扩展截图

screenshot
screenshot
screenshot

下载Find Datasheets扩展crx文件

下载Find Datasheets扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Find Datasheets Find Datasheets
ID cedadpglfeofeecconfihlpbdhjemmhl
官方URL https://chromewebstore.google.com/detail/find-datasheets/cedadpglfeofeecconfihlpbdhjemmhl
简介 Datasheets.com is the easiest search engine to find datasheets of electronic parts.
文件大小 17.15 KB
安装次数 273
当前版本 1.6.3
更新时间 2023-12-04
上架时间 2022-02-10
评分 5.00/5 共2次评分
开发者 Datasheets.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.datasheets.com
隐私政策页面URL https://www.siliconexpert.com/privacy
支持的语言 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"
    }
}