Quick Tools

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

Apa itu Quick Tools?

Quick Tools adalah ekstensi Chrome yang dikembangkan oleh 1337hashedbrowns, dan fitur utamanya adalah "Quick Tools are a set of useful tools such as calculators and converters to make things easier.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Quick Tools

Unduh file ekstensi Quick Tools dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Quick Tools Quick Tools
ID kelhbmhhdglbippaedleoijldkolkhdp
URL Resmi https://chromewebstore.google.com/detail/quick-tools/kelhbmhhdglbippaedleoijldkolkhdp
Deskripsi Quick Tools are a set of useful tools such as calculators and converters to make things easier.
Ukuran File 20.06 KB
Jumlah Instalasi 30
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2021-05-21
Tanggal Publikasi 2021-05-19
Pengembang 1337hashedbrowns
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}