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.
拡張機能の基本情報
名前 | 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 |
Eメール | [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" ] } |