Quick Tools

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

Quick Tools là gì?

Quick Tools là một tiện ích mở rộng Chrome được phát triển bởi 1337hashedbrowns, và tính năng chính của nó là "Quick Tools are a set of useful tools such as calculators and converters to make things easier.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Quick Tools

Tải xuống các tệp mở rộng Quick Tools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Quick Tools Quick Tools
ID kelhbmhhdglbippaedleoijldkolkhdp
URL Chính Thức https://chromewebstore.google.com/detail/quick-tools/kelhbmhhdglbippaedleoijldkolkhdp
Mô tả Quick Tools are a set of useful tools such as calculators and converters to make things easier.
Kích Thước Tệp 20.06 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2021-05-21
Ngày Phát Hành 2021-05-19
Nhà Phát Triển 1337hashedbrowns
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}