Find Datasheets

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

Τι είναι το Find Datasheets;

Το Find Datasheets είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Datasheets.com, και η κύρια λειτουργία του είναι "Datasheets.com is the easiest search engine to find datasheets of electronic parts.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Find Datasheets

Λήψη αρχείων επέκτασης Find Datasheets σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Find Datasheets Find Datasheets
ID cedadpglfeofeecconfihlpbdhjemmhl
Επίσημο URL https://chromewebstore.google.com/detail/find-datasheets/cedadpglfeofeecconfihlpbdhjemmhl
Περιγραφή Datasheets.com is the easiest search engine to find datasheets of electronic parts.
Μέγεθος Αρχείου 17.15 KB
Αριθμός Εγκαταστάσεων 273
Τρέχουσα Έκδοση 1.6.3
Τελευταία Ενημέρωση 2023-12-04
Ημερομηνία Δημοσίευσης 2022-02-10
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Datasheets.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.datasheets.com
URL της Σελίδας Πολιτικής Απορρήτου https://www.siliconexpert.com/privacy
Υποστηριζόμενες Γλώσσες 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"
    }
}