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.
Co je One Click Timestamp?
One Click Timestamp je rozšíření Chrome vyvinuté danielkellyio, a jeho hlavní funkcí je „This extension is a super simple way to get the current time in the form of a Unix timestamp with a single click.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření One Click Timestamp
Stáhněte si soubory rozšíření One Click Timestamp ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | One Click Timestamp |
ID | pblckncokfkmheolghlmckjkhlgmnnig |
Oficiální URL | https://chromewebstore.google.com/detail/one-click-timestamp/pblckncokfkmheolghlmckjkhlgmnnig |
Popis | This extension is a super simple way to get the current time in the form of a Unix timestamp with a single click. |
Velikost souboru | 9.51 KB |
Počet instalací | 352 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2015-09-03 |
Datum Vydání | 2015-09-02 |
Hodnocení | 5.00/5 Celkem 9 Hodnocení |
Vývojář | danielkellyio |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |