Timely
This extension converts unix epoch timestamps to human-readable times.
ما هو Timely؟
Timely هو إضافة Chrome تم تطويرها بواسطة Chris Warren، والميزة الرئيسية لها هي "This extension converts unix epoch timestamps to human-readable times.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Timely
قم بتنزيل ملفات الامتداد Timely بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Find a page containing UNIX timestamps, e.g. http://en.wikipedia.org/wiki/Unix_time or the fantastic JSONView extension. Simply click the clock in the toolbar and all timestamps (in seconds or milliseconds from epoch) will be converted to human-readable dates and times.
معلومات أساسية عن التمديد
الاسم | Timely |
ID | phpkahchjodmhmckibejeafoflafljma |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/timely/phpkahchjodmhmckibejeafoflafljma |
الوصف | This extension converts unix epoch timestamps to human-readable times. |
حجم الملف | 10.88 KB |
عدد التثبيتات | 2,108 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2013-10-27 |
تاريخ النشر | 2013-10-27 |
تقييم | 4.67/5 مجموع تقييمات 9 |
المطور | Chris Warren |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Timely", "short_name": "Timely", "description": "This extension converts unix epoch timestamps to human-readable times.", "icons": { "128": "icon128.png" }, "version": "1.0.1", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_title": "Show human-readable timestamps" } } |