Chiplot : Electronic Components

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

Qu'est-ce que Chiplot : Electronic Components ?

Chiplot : Electronic Components est une extension Chrome développée par https://chiplot.com, et sa fonction principale est "Chiplot is a search engine for electronic parts for those who want to find and compare prices for electronic components quickly.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Chiplot : Electronic Components

Téléchargez les fichiers d'extension Chiplot : Electronic Components au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Chiplot : Electronic Components Chiplot : Electronic Components
ID bdklgjfoadgllijcmfdkkedjhbiabcom
URL Officiel https://chromewebstore.google.com/detail/chiplot-electronic-compon/bdklgjfoadgllijcmfdkkedjhbiabcom
Description Chiplot is a search engine for electronic parts for those who want to find and compare prices for electronic components quickly.
Taille du Fichier 124 KB
Nombre d'Installations 36
Version Actuelle 1.0.1
Dernière Mise à Jour 2021-08-14
Date de Publication 2020-12-20
Développeur https://chiplot.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://chiplot.com/
URL de la Page d'Aide https://chiplot.com/
URL de la Page de Politique de Confidentialité https://chiplot.com/Chiplot-privacy-policy.aspx
Langues Prises en Charge 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"
    ]
}