WebTools

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

什麼是WebTools?

WebTools是由Leersie開發的Chrome擴展程式,該擴展的主要功能是“An add-on allowing you to use a bunch of useful tools without leaving the page you're currently visiting”。

擴展截圖

screenshot

下載WebTools擴展crx文件

下載WebTools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        “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                    

擴展基本資訊

名稱 WebTools WebTools
ID ejnboneedfadhjddmbckhflmpnlcomge
官方網址 https://chromewebstore.google.com/detail/webtools/ejnboneedfadhjddmbckhflmpnlcomge
簡介 An add-on allowing you to use a bunch of useful tools without leaving the page you're currently visiting
檔案大小 731 KB
安裝次數 512
目前版本 1.2.60
更新時間 2022-01-18
上架時間 2021-03-07
評分 4.95/5 共 22 次評分
開發者 Leersie
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}