WebTools

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

WebTools क्या है?

WebTools Leersie द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An add-on allowing you to use a bunch of useful tools without leaving the page you're currently visiting"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WebTools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}