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"
    }
}