Convert Unix timestamp to date
Convert Unix timestamp to date
ما هو Convert Unix timestamp to date؟
Convert Unix timestamp to date هو إضافة Chrome تم تطويرها بواسطة https://sunmedia.ru، والميزة الرئيسية لها هي "Convert Unix timestamp to date".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Convert Unix timestamp to date
قم بتنزيل ملفات الامتداد Convert Unix timestamp to date بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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.
معلومات أساسية عن التمديد
الاسم | Convert Unix timestamp to date |
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" } |