One Click Timestamp
This extension is a super simple way to get the current time in the form of a Unix timestamp with a single click.
One Click Timestampとは何ですか?
One Click Timestampはdanielkellyioによって開発されたChromeの拡張機能で、その主な機能は「This extension is a super simple way to get the current time in the form of a Unix timestamp with a single click.」です。
拡張機能のスクリーンショット
One Click Timestamp拡張機能のCRXファイルをダウンロード
One Click Timestamp拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Ever need to get the current timestamp on the fly? Now you can with a single click. Just click on the extension and the current Unix Timestamp will automatically be copied to your clipboard. Timestamps are a great way to keep track of when things happen or provide unique keys that are always different than the last, and now you can generate one right from the window in which you're already working.
拡張機能の基本情報
名前 | One Click Timestamp |
ID | pblckncokfkmheolghlmckjkhlgmnnig |
公式URL | https://chromewebstore.google.com/detail/one-click-timestamp/pblckncokfkmheolghlmckjkhlgmnnig |
説明 | This extension is a super simple way to get the current time in the form of a Unix timestamp with a single click. |
ファイルサイズ | 9.51 KB |
インストール数 | 352 |
現在のバージョン | 1.0 |
最終更新日 | 2015-09-03 |
公開日 | 2015-09-02 |
評価 | 5.00/5 合計 9 レビュー |
開発者 | danielkellyio |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "One Click Timestamp", "description": "This extension is a super simple way to get the current time in the form of a Unix timestamp with a single click.", "version": "1.0", "author": "Daniel Kelly", "short_name": "1ClickTS", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "clipboardWrite" ] } |