F12
A chrome extension to help a developer's life tab bit easier
F12 là gì?
F12 là một tiện ích mở rộng Chrome được phát triển bởi thef12app, và tính năng chính của nó là "A chrome extension to help a developer's life tab bit easier".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng F12
Tải xuống các tệp mở rộng F12 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | F12 |
ID | mbnakamgdofpbfjpibdmcmjonhoncbgf |
URL Chính Thức | https://chromewebstore.google.com/detail/f12/mbnakamgdofpbfjpibdmcmjonhoncbgf |
Mô tả | A chrome extension to help a developer's life tab bit easier |
Kích Thước Tệp | 3.54 MB |
Số Lần Cài Đặt | 472 |
Phiên Bản Hiện Tại | 2.0.4 |
Cập Nhật Lần Cuối | 2021-12-19 |
Ngày Phát Hành | 2021-10-04 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | thef12app |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |