Quick Tools

Quick Tools are a set of useful tools such as calculators and converters to make things easier.

Was ist Quick Tools?

Quick Tools ist eine Chrome-Erweiterung, die von 1337hashedbrowns entwickelt wurde, und ihr Hauptmerkmal ist "Quick Tools are a set of useful tools such as calculators and converters to make things easier.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Quick Tools-Erweiterungs-CRX-Datei herunterladen

Laden Sie Quick Tools-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Quick Tools is an extension that includes simple tools with easy access. It includes a calculator, a text replacer/formatter and a notepad with more to come! It also saves all of the text and options!

Currently in beta, so please do report bugs!                    

Grundlegende Informationen zur Erweiterung

Name Quick Tools Quick Tools
ID kelhbmhhdglbippaedleoijldkolkhdp
Offizielle URL https://chromewebstore.google.com/detail/quick-tools/kelhbmhhdglbippaedleoijldkolkhdp
Beschreibung Quick Tools are a set of useful tools such as calculators and converters to make things easier.
Dateigröße 20.06 KB
Installationsanzahl 30
Aktuelle Version 1.0.2
Letztes Update 2021-05-21
Veröffentlichungsdatum 2021-05-19
Entwickler 1337hashedbrowns
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick Tools",
    "version": "1.0.2",
    "description": "Quick Tools are a set of useful tools such as calculators and converters to make things easier.",
    "author": "TheSavageTeddy",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "browser_action": {
        "default_popup": "html\/menu.html",
        "default_title": "Quick Tools"
    },
    "icons": {
        "128": "app\/quick-tools-icon-128.png"
    },
    "offline_enabled": true,
    "manifest_version": 2
}