Epoch/Unix Timestamp Converter
This extension provides a quick way to see Epoch/Unix timestamps in a readable format.
Epoch/Unix Timestamp Converterとは何ですか?
Epoch/Unix Timestamp ConverterはJoel Henkeによって開発されたChromeの拡張機能で、その主な機能は「This extension provides a quick way to see Epoch/Unix timestamps in a readable format.」です。
拡張機能のスクリーンショット
Epoch/Unix Timestamp Converter拡張機能のCRXファイルをダウンロード
Epoch/Unix Timestamp Converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A tooltip will appear when you highlight an epoch timestamp to display a readable format. 拡張機能の基本情報
| 名前 | |
| ID | ccmimkellmbnnemahggeenpdefmldbfk |
| 公式URL | https://chromewebstore.google.com/detail/epochunix-timestamp-conve/ccmimkellmbnnemahggeenpdefmldbfk |
| 説明 | This extension provides a quick way to see Epoch/Unix timestamps in a readable format. |
| ファイルサイズ | 10.02 KB |
| インストール数 | 132 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2020-02-19 |
| 公開日 | 2020-02-19 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | Joel Henke |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Epoch\/Unix Timestamp Converter",
"version": "1.0",
"description": "This extension provides a quick way to see Epoch\/Unix timestamps in a readable format.",
"author": "Joel Henke",
"permissions": [
"activeTab"
],
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content.js"
]
}
],
"icons": {
"48": "icon48.png",
"128": "icon128.png"
}
} | |