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.”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| 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"
]
} | |