Quick Tools
Quick Tools are a set of useful tools such as calculators and converters to make things easier.
什么是Quick Tools?
Quick Tools是由1337hashedbrowns开发的Chrome扩展程序,该扩展的主要功能是“Quick Tools are a set of useful tools such as calculators and converters to make things easier.”。
扩展截图
下载Quick Tools扩展crx文件
下载Quick Tools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Quick Tools is an extension that includes simple tools with easy access. It includes a calculator, a text replacer/formatter and a notepad with more to come! It also saves all of the text and options!
Currently in beta, so please do report bugs! 扩展基本信息
| 名称 | |
| ID | kelhbmhhdglbippaedleoijldkolkhdp |
| 官方URL | https://chromewebstore.google.com/detail/quick-tools/kelhbmhhdglbippaedleoijldkolkhdp |
| 简介 | Quick Tools are a set of useful tools such as calculators and converters to make things easier. |
| 文件大小 | 20.06 KB |
| 安装次数 | 30 |
| 当前版本 | 1.0.2 |
| 更新时间 | 2021-05-21 |
| 上架时间 | 2021-05-19 |
| 开发者 | 1337hashedbrowns |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Quick Tools",
"version": "1.0.2",
"description": "Quick Tools are a set of useful tools such as calculators and converters to make things easier.",
"author": "TheSavageTeddy",
"permissions": [
"storage",
"unlimitedStorage"
],
"browser_action": {
"default_popup": "html\/menu.html",
"default_title": "Quick Tools"
},
"icons": {
"128": "app\/quick-tools-icon-128.png"
},
"offline_enabled": true,
"manifest_version": 2
} | |