Find Datasheets

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

Hvad er Find Datasheets?

Find Datasheets er en Chrome-udvidelse udviklet af Datasheets.com, og dens hovedfunktion er "Datasheets.com is the easiest search engine to find datasheets of electronic parts.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Find Datasheets-udvidelses-CRX-fil

Download Find Datasheets-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Find Datasheets Find Datasheets
ID cedadpglfeofeecconfihlpbdhjemmhl
Officiel URL https://chromewebstore.google.com/detail/find-datasheets/cedadpglfeofeecconfihlpbdhjemmhl
Beskrivelse Datasheets.com is the easiest search engine to find datasheets of electronic parts.
Filstørrelse 17.15 KB
Antal Installationer 273
Nuværende Version 1.6.3
Senest Opdateret 2023-12-04
Udgivelsesdato 2022-02-10
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Datasheets.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.datasheets.com
URL til Fortrolighedspolitik Side https://www.siliconexpert.com/privacy
Understøttede Sprog 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"
    }
}