Epoch

Quick Linux/Epoch time converter

Epochとは何ですか?

EpochはLioramaによって開発されたChromeの拡張機能で、その主な機能は「Quick Linux/Epoch time converter」です。

Epoch拡張機能のCRXファイルをダウンロード

Epoch拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Unix time (also known as POSIX time or Epoch time) is a system for describing instants in time, defined as the number of seconds that have elapsed since 00:00:00 Coordinated Universal Time (UTC), Thursday, 1 January 1970. This is a quick converter that let's you convert a specific date (and time) to the it's Epoch time representation.                    

拡張機能の基本情報

名前 Epoch Epoch
ID giojmegbijfdaifkfblkljnbeljjhlaj
公式URL https://chromewebstore.google.com/detail/epoch/giojmegbijfdaifkfblkljnbeljjhlaj
説明 Quick Linux/Epoch time converter
ファイルサイズ 245 KB
インストール数 41
現在のバージョン 0.0.3
最終更新日 2016-03-15
公開日 2016-03-15
評価 5.00/5 合計 1 レビュー
開発者 Liorama
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Epoch",
    "short_name": "Epoch time converter",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Quick Linux\/Epoch time converter",
    "icons": {
        "16": "icons\/linuxtime2.png",
        "48": "icons\/linuxtime2.png",
        "128": "icons\/linuxtime2.png"
    },
    "browser_action": {
        "default_icon": "icons\/linuxtime2.png",
        "default_title": "Click for time since Linux Epoch",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "*:\/\/*\/*"
    ]
}