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 |
公式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 |
Eメール | [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" } } |