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文件

下載Chiplot : Electronic Components擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}