Timestamp Converter
This is the most minimal extension converts timestamp to human-readable date format.
Timestamp Converterとは何ですか?
Timestamp Converterはhttps://www.sahildua.comによって開発されたChromeの拡張機能で、その主な機能は「This is the most minimal extension converts timestamp to human-readable date format.」です。
拡張機能のスクリーンショット
Timestamp Converter拡張機能のCRXファイルをダウンロード
Timestamp Converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Ever worked with UNIX timestamps? Ever struggled in reading or converting UNIX timestamps into readable data-time formats?
This extension comes to the rescue! Just enter any timestamp and the human-readable format is just a click away! No need to visit other websites specially for converting timestamps into date/time format. Now it's just a click away and that too in your own browser working window/tab only.                     拡張機能の基本情報
| 名前 |   |  
| ID | ndbibeklaoahhlfhdlkddlbnicnhmcad | 
| 公式URL | https://chromewebstore.google.com/detail/timestamp-converter/ndbibeklaoahhlfhdlkddlbnicnhmcad | 
| 説明 | This is the most minimal extension converts timestamp to human-readable date format. | 
| ファイルサイズ | 65.02 KB | 
| インストール数 | 177 | 
| 現在のバージョン | 1.0.3 | 
| 最終更新日 | 2015-12-25 | 
| 公開日 | 2015-12-25 | 
| 評価 | 5.00/5 合計 2 レビュー | 
| 開発者 | https://www.sahildua.com | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | http://sahildua.com | 
| ヘルプページのURL | https://github.com/sahildua2305/chrome-time-conversion | 
| 対応言語 | en | 
| manifest.json | |
 {
    "manifest_version": 2,
    "name": "Timestamp Converter",
    "description": "This is the most minimal extension converts timestamp to human-readable date format.",
    "version": "1.0.3",
    "browser_action": {
        "default_icon": "assets\/icon-16.png",
        "default_popup": "main.html",
        "default_title": "Convert a timestamp"
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/wwww.google.com\/*"
            ],
            "js": [
                "assets\/script.js"
            ]
        }
    ]
}  |  |