Quick Tools

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

Co je Quick Tools?

Quick Tools je rozšíření Chrome vyvinuté 1337hashedbrowns, a jeho hlavní funkcí je „Quick Tools are a set of useful tools such as calculators and converters to make things easier.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Quick Tools

Stáhněte si soubory rozšíření Quick Tools ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Quick Tools Quick Tools
ID kelhbmhhdglbippaedleoijldkolkhdp
Oficiální URL https://chromewebstore.google.com/detail/quick-tools/kelhbmhhdglbippaedleoijldkolkhdp
Popis Quick Tools are a set of useful tools such as calculators and converters to make things easier.
Velikost souboru 20.06 KB
Počet instalací 30
Aktuální Verze 1.0.2
Poslední Aktualizace 2021-05-21
Datum Vydání 2021-05-19
Vývojář 1337hashedbrowns
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}