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
Eメール [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"
    }
}