Epoch Converter Tooltip for Google Chrome™
Convert timestamps to readable times
Epoch Converter Tooltip for Google Chrome™とは何ですか?
Epoch Converter Tooltip for Google Chrome™はeyal0によって開発されたChromeの拡張機能で、その主な機能は「Convert timestamps to readable times」です。
拡張機能のスクリーンショット
Epoch Converter Tooltip for Google Chrome™拡張機能のCRXファイルをダウンロード
Epoch Converter Tooltip for Google Chrome™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When hovering over a number that might be a timestamp, convert it to a timestamp.
In the options, the location of the tooltip, the triggering, and the timezone can be changed. 拡張機能の基本情報
| 名前 | |
| ID | gfhloejbjfojlcadcpahgdaagekamhjh |
| 公式URL | https://chromewebstore.google.com/detail/epoch-converter-tooltip-f/gfhloejbjfojlcadcpahgdaagekamhjh |
| 説明 | Convert timestamps to readable times |
| ファイルサイズ | 639 KB |
| インストール数 | 291 |
| 現在のバージョン | 1.5.1 |
| 最終更新日 | 2017-06-29 |
| 公開日 | 2017-06-29 |
| 評価 | 4.00/5 合計 4 レビュー |
| 開発者 | eyal0 |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/eyal0/epoch-converter-tooltip |
| ヘルプページのURL | https://github.com/eyal0/epoch-converter-tooltip/issues |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Epoch Converter Tooltip for Google Chrome\u2122",
"version": "1.5.1",
"manifest_version": 2,
"description": "Convert timestamps to readable times",
"icons": {
"16": "ECT-16.png",
"48": "ECT-48.png",
"128": "ECT-128.png"
},
"background": {
"scripts": [
"ECT-background.js"
],
"persistent": true
},
"options_page": "ECT-options.html",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"ECT.css"
],
"js": [
"ECT-contentscript.js"
]
}
]
} | |