Find Datasheets

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

Vad är Find Datasheets?

Find Datasheets är en Chrome-tillägg utvecklad av Datasheets.com, och dess huvudfunktion är "Datasheets.com is the easiest search engine to find datasheets of electronic parts.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Find Datasheets-förlängningens CRX-fil

Ladda ner Find Datasheets-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Find Datasheets Find Datasheets
ID cedadpglfeofeecconfihlpbdhjemmhl
Officiell webbadress https://chromewebstore.google.com/detail/find-datasheets/cedadpglfeofeecconfihlpbdhjemmhl
Beskrivning Datasheets.com is the easiest search engine to find datasheets of electronic parts.
Filstorlek 17.15 KB
Antal Installationer 273
Aktuell Version 1.6.3
Senast Uppdaterad 2023-12-04
Publiceringsdatum 2022-02-10
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Datasheets.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.datasheets.com
URL till Sekretesspolicy Sidan https://www.siliconexpert.com/privacy
Stödda Språk 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"
    }
}