Convert Unix timestamp to date
Convert Unix timestamp to date
Convert Unix timestamp to date क्या है?
Convert Unix timestamp to date https://sunmedia.ru द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert Unix timestamp to date"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Convert Unix timestamp to date एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Select Unix timestamp on the page and click "Convert to Date" on the context menu. Result will be shown in the notification at right bottom corner of the window.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fnjggclgolhdodlhgboekpelaeiahpbl |
आधिकारिक URL | https://chromewebstore.google.com/detail/convert-unix-timestamp-to/fnjggclgolhdodlhgboekpelaeiahpbl |
विवरण | Convert Unix timestamp to date |
फ़ाइल का आकार | 36.34 KB |
स्थापना संख्या | 113 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2013-03-27 |
प्रकाशन तिथि | 2013-03-27 |
रेटिंग | 3.67/5 कुल 3 रेटिंग्स |
डेवलपर | https://sunmedia.ru |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "background": { "scripts": [ "conv_timestamp.js" ] }, "description": "Convert Unix timestamp to date", "icons": { "16": "time-16.gif", "32": "time-32.gif", "48": "time-48.gif", "128": "time-128.gif" }, "manifest_version": 2, "minimum_chrome_version": "6.0.472", "name": "Convert Unix timestamp to date", "permissions": [ "contextMenus", "notifications" ], "web_accessible_resources": [ "time-48.gif" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |