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”。
扩展截图
下载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 |
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" } } |