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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
    }
}