WebTools
An add-on allowing you to use a bunch of useful tools without leaving the page you're currently visiting
Τι είναι το WebTools;
Το WebTools είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Leersie, και η κύρια λειτουργία του είναι "An add-on allowing you to use a bunch of useful tools without leaving the page you're currently visiting".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης WebTools
Λήψη αρχείων επέκτασης 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 |
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" } } |