Epoch
Quick Linux/Epoch time converter
ما هو Epoch؟
Epoch هو إضافة Chrome تم تطويرها بواسطة Liorama، والميزة الرئيسية لها هي "Quick Linux/Epoch time converter".
تحميل ملف CRX للإضافة Epoch
قم بتنزيل ملفات الامتداد Epoch بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Unix time (also known as POSIX time or Epoch time) is a system for describing instants in time, defined as the number of seconds that have elapsed since 00:00:00 Coordinated Universal Time (UTC), Thursday, 1 January 1970. This is a quick converter that let's you convert a specific date (and time) to the it's Epoch time representation. معلومات أساسية عن التمديد
| الاسم | |
| ID | giojmegbijfdaifkfblkljnbeljjhlaj |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/epoch/giojmegbijfdaifkfblkljnbeljjhlaj |
| الوصف | Quick Linux/Epoch time converter |
| حجم الملف | 245 KB |
| عدد التثبيتات | 41 |
| النسخة الحالية | 0.0.3 |
| آخر تحديث | 2016-03-15 |
| تاريخ النشر | 2016-03-15 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | Liorama |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Epoch",
"short_name": "Epoch time converter",
"version": "0.0.3",
"manifest_version": 2,
"description": "Quick Linux\/Epoch time converter",
"icons": {
"16": "icons\/linuxtime2.png",
"48": "icons\/linuxtime2.png",
"128": "icons\/linuxtime2.png"
},
"browser_action": {
"default_icon": "icons\/linuxtime2.png",
"default_title": "Click for time since Linux Epoch",
"default_popup": "src\/browser_action\/browser_action.html"
},
"permissions": [
"*:\/\/*\/*"
]
} | |