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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        “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
공식 URL 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"
    }
}