Chiplot : Electronic Components

Chiplot is a search engine for electronic parts for those who want to find and compare prices for electronic components quickly.

Chiplot : Electronic Components란 무엇입니까?

Chiplot : Electronic Components은(는) https://chiplot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chiplot is a search engine for electronic parts for those who want to find and compare prices for electronic components quickly."입니다.

확장 프로그램 스크린샷

screenshot

Chiplot : Electronic Components 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Chiplot is a search engine for information in the field of electronics. Find information in the field of electronics components from a large number of electronics sites around the world.

Our tools are free to use and include:

Search engine : Search and find web pages, pictures and documents related to electronics and electronic components.
Request for quotations : Tools that allow you to request a quote from dozens of suppliers around the world with the click of a button.
Compare prices : A tool for comparing the prices of electronic components and electronic equipment.                    

확장 프로그램 기본 정보

이름 Chiplot : Electronic Components Chiplot : Electronic Components
ID bdklgjfoadgllijcmfdkkedjhbiabcom
공식 URL https://chromewebstore.google.com/detail/chiplot-electronic-compon/bdklgjfoadgllijcmfdkkedjhbiabcom
설명 Chiplot is a search engine for electronic parts for those who want to find and compare prices for electronic components quickly.
파일 크기 124 KB
설치 횟수 36
현재 버전 1.0.1
최근 업데이트 2021-08-14
출시 날짜 2020-12-20
개발자 https://chiplot.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://chiplot.com/
도움말 페이지 URL https://chiplot.com/
개인정보 보호 정책 페이지 URL https://chiplot.com/Chiplot-privacy-policy.aspx
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chiplot : Electronic Components",
    "description": "Chiplot is a search engine for electronic parts for those who want to find and compare prices for electronic components quickly.",
    "version": "1.0.1",
    "icons": {
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "activeTab"
    ]
}