Find Datasheets

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

Cos'è Find Datasheets?

Find Datasheets è un'estensione di Chrome sviluppata da Datasheets.com, e la sua funzione principale è "Datasheets.com is the easiest search engine to find datasheets of electronic parts.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Find Datasheets

Scarica i file di estensione Find Datasheets in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Find Datasheets Find Datasheets
ID cedadpglfeofeecconfihlpbdhjemmhl
URL Ufficiale https://chromewebstore.google.com/detail/find-datasheets/cedadpglfeofeecconfihlpbdhjemmhl
Descrizione Datasheets.com is the easiest search engine to find datasheets of electronic parts.
Dimensione del File 17.15 KB
Conteggio Installazioni 273
Versione Corrente 1.6.3
Ultimo Aggiornamento 2023-12-04
Data di Pubblicazione 2022-02-10
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Datasheets.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.datasheets.com
URL della Pagina della Politica sulla Privacy https://www.siliconexpert.com/privacy
Lingue Supportate 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"
    }
}