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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension is a super simple way to get the current time in the form of a Unix timestamp with a single click."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में One Click Timestamp एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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" ] } |