Find Datasheets

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

What is Find Datasheets?

Find Datasheets is a Chrome extension developed by Datasheets.com, and its main feature is "Datasheets.com is the easiest search engine to find datasheets of electronic parts.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Find Datasheets Extension CRX File

Download Find Datasheets extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Find Datasheets Find Datasheets
ID cedadpglfeofeecconfihlpbdhjemmhl
Official URL https://chromewebstore.google.com/detail/find-datasheets/cedadpglfeofeecconfihlpbdhjemmhl
Description Datasheets.com is the easiest search engine to find datasheets of electronic parts.
File Size 17.15 KB
Installation Count 273
Current Version 1.6.3
Last Updated 2023-12-04
Publish Date 2022-02-10
Rating 5.00/5 Total 2 Ratings
Developer Datasheets.com
Email [email protected]
Payment Type free
Extension Website https://www.datasheets.com
Privacy Policy Page URL https://www.siliconexpert.com/privacy
Supported Languages 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"
    }
}