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
官方網址 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"
    ]
}