Quick Tools

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

Co to jest Quick Tools?

Quick Tools to rozszerzenie Chrome opracowane przez 1337hashedbrowns, a jego główną funkcją jest „Quick Tools are a set of useful tools such as calculators and converters to make things easier.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Quick Tools

Pobierz pliki rozszerzeń Quick Tools w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Quick Tools Quick Tools
ID kelhbmhhdglbippaedleoijldkolkhdp
Oficjalny URL https://chromewebstore.google.com/detail/quick-tools/kelhbmhhdglbippaedleoijldkolkhdp
Opis Quick Tools are a set of useful tools such as calculators and converters to make things easier.
Rozmiar pliku 20.06 KB
Liczba instalacji 30
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2021-05-21
Data Publikacji 2021-05-19
Deweloper 1337hashedbrowns
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}