Timestamp converter
Extension for convert timestamp to date and date to timestamp
Timestamp converterとは何ですか?
Timestamp converterはMakarov&Ibragimovaによって開発されたChromeの拡張機能で、その主な機能は「Extension for convert timestamp to date and date to timestamp」です。
拡張機能のスクリーンショット
Timestamp converter拡張機能のCRXファイルをダウンロード
Timestamp converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Convert timestamp to date with this extension is easier 1. Converting in one click 2. Switch between DateTime and Timestamp in one click 3. Switch between UTC and Local in one click 4. Copy result in one click 5. View timestamp in datetime on a web page in one click
拡張機能の基本情報
名前 | Timestamp converter |
ID | ejimhkccpljbaddcdbnmnciebnakjhoe |
公式URL | https://chromewebstore.google.com/detail/timestamp-converter/ejimhkccpljbaddcdbnmnciebnakjhoe |
説明 | Extension for convert timestamp to date and date to timestamp |
ファイルサイズ | 69.37 KB |
インストール数 | 78 |
現在のバージョン | 2.0 |
最終更新日 | 2021-02-14 |
公開日 | 2021-01-31 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Makarov&Ibragimova |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "manifest_version": 2, "name": "Timestamp converter", "description": "Extension for convert timestamp to date and date to timestamp", "version": "2.0", "icons": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "128": "img\/128.png" }, "browser_action": { "default_title": "\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0435\u0440", "default_icon": "img\/16.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "js": [ "js\/libs\/jquery-3.2.1.min.js", "js\/content.js" ], "run_at": "document_end", "matches": [ " |