Find Datasheets
Datasheets.com is the easiest search engine to find datasheets of electronic parts.
Qu'est-ce que Find Datasheets ?
Find Datasheets est une extension Chrome développée par Datasheets.com, et sa fonction principale est "Datasheets.com is the easiest search engine to find datasheets of electronic parts.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Find Datasheets
Téléchargez les fichiers d'extension Find Datasheets au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Find Datasheets |
ID | cedadpglfeofeecconfihlpbdhjemmhl |
URL Officiel | https://chromewebstore.google.com/detail/find-datasheets/cedadpglfeofeecconfihlpbdhjemmhl |
Description | Datasheets.com is the easiest search engine to find datasheets of electronic parts. |
Taille du Fichier | 17.15 KB |
Nombre d'Installations | 273 |
Version Actuelle | 1.6.3 |
Dernière Mise à Jour | 2023-12-04 |
Date de Publication | 2022-02-10 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Datasheets.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.datasheets.com |
URL de la Page de Politique de Confidentialité | https://www.siliconexpert.com/privacy |
Langues Prises en Charge | 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" } } |