ohmdox

Collection of electronics tools and calculators for Makers, DIYers and Electricians

Τι είναι το ohmdox;

Το ohmdox είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.ohmdox.com, και η κύρια λειτουργία του είναι "Collection of electronics tools and calculators for Makers, DIYers and Electricians".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης ohmdox

Λήψη αρχείων επέκτασης ohmdox σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Using Ohmdox you would have access to a comprehensive collection of electronics tools, calculators and reference information about components and typical design patterns that an electronics engineer or a hobbyist needs in a daily basis.

The initial version allows you to:
 - Calculate resistor value from color
 - Find resistor color from value
 - Ohm law calculator
 - Parallel and series resistor calculator
 - Parallel and series capacitor calculator
 - Voltage divider calculator
 - LED Resistor calculator
 - Capacitor charge and time constant calculator
 - 74xx ICs pinouts (7400 to 7460)
 - 4000 ICs pinouts (4000 to 4033)
 - Standard resistor values reference (E Series)
 - 78XX Voltage Regulators Pinout

New features are being added continuously.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ohmdox ohmdox
ID kpagnkffmgmgbjdpkhiehlfloflhcpbm
Επίσημο URL https://chromewebstore.google.com/detail/ohmdox/kpagnkffmgmgbjdpkhiehlfloflhcpbm
Περιγραφή Collection of electronics tools and calculators for Makers, DIYers and Electricians
Μέγεθος Αρχείου 1.85 MB
Αριθμός Εγκαταστάσεων 330
Τρέχουσα Έκδοση 0.1.5.0
Τελευταία Ενημέρωση 2019-10-21
Ημερομηνία Δημοσίευσης 2019-10-20
Αξιολόγηση 4.42/5 Συνολικά 12 Αξιολογήσεις
Προγραμματιστής https://www.ohmdox.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.ohmdox.com
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ohmdox",
    "description": "Collection of electronics tools and calculators for Makers, DIYers and Electricians",
    "version": "0.1.5.0",
    "author": "ohmdox ([email protected])",
    "icons": {
        "16": "images\/icons\/icon-16.png",
        "24": "images\/icons\/icon-24.png",
        "32": "images\/icons\/icon-32.png",
        "48": "images\/icons\/icon-48.png",
        "64": "images\/icons\/icon-64.png",
        "128": "images\/icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icons\/icon-16.png",
            "24": "images\/icons\/icon-24.png",
            "32": "images\/icons\/icon-32.png",
            "48": "images\/icons\/icon-48.png",
            "64": "images\/icons\/icon-64.png",
            "128": "images\/icons\/icon-128.png"
        },
        "default_popup": "index.html",
        "default_title": "ohmdox"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "index_bundle.js"
        ]
    },
    "permissions": [],
    "content_security_policy": "script-src 'self' https:\/\/*.cloudflare.com https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'"
}