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
官方網址 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"
    }
}