Space Time

converts timestamps

Space Timeとは何ですか?

Space Timeはlucaswadedavisによって開発されたChromeの拡張機能で、その主な機能は「converts timestamps」です。

拡張機能のスクリーンショット

screenshot

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

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

拡張機能の使用方法

                        A simple Chrome Extension that converts Unix timestamps to UTC time and back again.                    

拡張機能の基本情報

名前 Space Time Space Time
ID npecdijhmblnpadmfbmedjnhdpafohni
公式URL https://chromewebstore.google.com/detail/space-time/npecdijhmblnpadmfbmedjnhdpafohni
説明 converts timestamps
ファイルサイズ 277 KB
インストール数 21
現在のバージョン 1.1
最終更新日 2015-10-31
公開日 2015-10-30
評価 5.00/5 合計 2 レビュー
開発者 lucaswadedavis
支払い方法 free
ヘルプページのURL https://github.com/lucaswadedavis/space-time
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "name": "Space Time",
    "description": "converts timestamps",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}