Quick Tools

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

Qu'est-ce que Quick Tools ?

Quick Tools est une extension Chrome développée par 1337hashedbrowns, et sa fonction principale est "Quick Tools are a set of useful tools such as calculators and converters to make things easier.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Quick Tools

Téléchargez les fichiers d'extension Quick Tools 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

                        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!                    

Informations de Base sur l'Extension

Nom Quick Tools Quick Tools
ID kelhbmhhdglbippaedleoijldkolkhdp
URL Officiel https://chromewebstore.google.com/detail/quick-tools/kelhbmhhdglbippaedleoijldkolkhdp
Description Quick Tools are a set of useful tools such as calculators and converters to make things easier.
Taille du Fichier 20.06 KB
Nombre d'Installations 30
Version Actuelle 1.0.2
Dernière Mise à Jour 2021-05-21
Date de Publication 2021-05-19
Développeur 1337hashedbrowns
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}