Find Datasheets
Datasheets.com is the easiest search engine to find datasheets of electronic parts.
Apa itu Find Datasheets?
Find Datasheets adalah ekstensi Chrome yang dikembangkan oleh Datasheets.com, dan fitur utamanya adalah "Datasheets.com is the easiest search engine to find datasheets of electronic parts.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Find Datasheets
Unduh file ekstensi Find Datasheets dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Find Datasheets |
ID | cedadpglfeofeecconfihlpbdhjemmhl |
URL Resmi | https://chromewebstore.google.com/detail/find-datasheets/cedadpglfeofeecconfihlpbdhjemmhl |
Deskripsi | Datasheets.com is the easiest search engine to find datasheets of electronic parts. |
Ukuran File | 17.15 KB |
Jumlah Instalasi | 273 |
Versi Saat Ini | 1.6.3 |
Terakhir Diperbarui | 2023-12-04 |
Tanggal Publikasi | 2022-02-10 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Datasheets.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.datasheets.com |
URL Halaman Kebijakan Privasi | https://www.siliconexpert.com/privacy |
Bahasa yang Didukung | 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" } } |