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.
擴展基本資訊
名稱 | F12 |
ID | mbnakamgdofpbfjpibdmcmjonhoncbgf |
官方網址 | 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" } } |