F12
A chrome extension to help a developer's life tab bit easier
什么是F12?
F12是由thef12app开发的Chrome扩展程序,该扩展的主要功能是“A chrome extension to help a developer's life tab bit easier”。
扩展截图
下载F12扩展crx文件
下载F12扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
F12 is an all in one developer toolbox. It tries to give you all the tools that you need as a developer.
We currently have:
Unix time converter + timezone converter,
JWT Decoder,
Base64 Encoder / Decoder,
URL Inspector / Constructor,
KeyCode Finder and
JSON Formatter.
We're working on adding more tools in near future.
Our aim is to provide a safe set of tools where your sensitive data doesn't leave your browser. You don't have to paste your JWT into that fishy website ever again. 扩展基本信息
| 名称 | |
| ID | mbnakamgdofpbfjpibdmcmjonhoncbgf |
| 官方URL | https://chromewebstore.google.com/detail/f12/mbnakamgdofpbfjpibdmcmjonhoncbgf |
| 简介 | A chrome extension to help a developer's life tab bit easier |
| 文件大小 | 3.54 MB |
| 安装次数 | 472 |
| 当前版本 | 2.0.4 |
| 更新时间 | 2021-12-19 |
| 上架时间 | 2021-10-04 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | thef12app |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "A chrome extension to help a developer's life tab bit easier",
"version": "2.0.4",
"manifest_version": 3,
"name": "F12",
"sandbox": {
"pages": [
"sandbox.html"
]
},
"action": {
"default_popup": "popup.html",
"default_icon": "icon-34.png"
},
"icons": {
"128": "icon-128.png"
}
} | |