WebTools

An add-on allowing you to use a bunch of useful tools without leaving the page you're currently visiting

WebTools là gì?

WebTools là một tiện ích mở rộng Chrome được phát triển bởi Leersie, và tính năng chính của nó là "An add-on allowing you to use a bunch of useful tools without leaving the page you're currently visiting".

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

screenshot

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

Tải xuống các tệp mở rộng WebTools 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

                        “WebTools” is an extension that gathers in one pop-up the most useful tools on the internet to make your daily life easier, as much for your work as for your leisure !
With this Internet extension, you will be able to use devices you use daily like a calculator or a dictionary without having to leave the web page you’re visiting !  

Thanks to Webtools, the following tools will be accessible easily, quickly and effortless : 
- Calculator
- Timer / Stopwatch
- Random number generator
- Dictionary
- Synonym dictionary
- Translator 
- Internet Speedtest (ping)
- Device to tell if the website you're visiting is down for everyone or just for you

Toolbox / Swiss Knife / Web-Tools / Floating / Translate / Translation / Dice / toolkit                    

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

Tên WebTools WebTools
ID ejnboneedfadhjddmbckhflmpnlcomge
URL Chính Thức https://chromewebstore.google.com/detail/webtools/ejnboneedfadhjddmbckhflmpnlcomge
Mô tả An add-on allowing you to use a bunch of useful tools without leaving the page you're currently visiting
Kích Thước Tệp 731 KB
Số Lần Cài Đặt 512
Phiên Bản Hiện Tại 1.2.60
Cập Nhật Lần Cuối 2022-01-18
Ngày Phát Hành 2021-03-07
Đánh Giá 4.95/5 Tổng số 22 Đánh Giá
Nhà Phát Triển Leersie
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.2.60",
    "default_locale": "en",
    "permissions": [],
    "omnibox": {
        "keyword": "WebTools"
    },
    "options_ui": {
        "chrome_style": true,
        "page": "intro.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "lilogonobg.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "lilogonobg.png"
    }
}