Find Datasheets

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

Co to jest Find Datasheets?

Find Datasheets to rozszerzenie Chrome opracowane przez Datasheets.com, a jego główną funkcją jest „Datasheets.com is the easiest search engine to find datasheets of electronic parts.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Find Datasheets

Pobierz pliki rozszerzeń Find Datasheets w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Find Datasheets Find Datasheets
ID cedadpglfeofeecconfihlpbdhjemmhl
Oficjalny URL https://chromewebstore.google.com/detail/find-datasheets/cedadpglfeofeecconfihlpbdhjemmhl
Opis Datasheets.com is the easiest search engine to find datasheets of electronic parts.
Rozmiar pliku 17.15 KB
Liczba instalacji 273
Aktualna Wersja 1.6.3
Ostatnia Aktualizacja 2023-12-04
Data Publikacji 2022-02-10
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Datasheets.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.datasheets.com
Adres URL Strony Polityki Prywatności https://www.siliconexpert.com/privacy
Obsługiwane Języki 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"
    }
}