Quick Tools

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

Vad är Quick Tools?

Quick Tools är en Chrome-tillägg utvecklad av 1337hashedbrowns, och dess huvudfunktion är "Quick Tools are a set of useful tools such as calculators and converters to make things easier.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Quick Tools-förlängningens CRX-fil

Ladda ner Quick Tools-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Quick Tools Quick Tools
ID kelhbmhhdglbippaedleoijldkolkhdp
Officiell webbadress https://chromewebstore.google.com/detail/quick-tools/kelhbmhhdglbippaedleoijldkolkhdp
Beskrivning Quick Tools are a set of useful tools such as calculators and converters to make things easier.
Filstorlek 20.06 KB
Antal Installationer 30
Aktuell Version 1.0.2
Senast Uppdaterad 2021-05-21
Publiceringsdatum 2021-05-19
Utvecklare 1337hashedbrowns
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}