Find Datasheets

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

Wat is Find Datasheets?

Find Datasheets is een Chrome-extensie ontwikkeld door Datasheets.com, en de belangrijkste functie is "Datasheets.com is the easiest search engine to find datasheets of electronic parts.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Find Datasheets

Download Find Datasheets-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Find Datasheets Find Datasheets
ID cedadpglfeofeecconfihlpbdhjemmhl
Officiële URL https://chromewebstore.google.com/detail/find-datasheets/cedadpglfeofeecconfihlpbdhjemmhl
Beschrijving Datasheets.com is the easiest search engine to find datasheets of electronic parts.
Bestandsgrootte 17.15 KB
Aantal Installaties 273
Huidige Versie 1.6.3
Laatst Bijgewerkt 2023-12-04
Publicatiedatum 2022-02-10
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Datasheets.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.datasheets.com
URL van de Privacybeleid Pagina https://www.siliconexpert.com/privacy
Ondersteunde Talen 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"
    }
}