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