Convert Unixtime
Convert Unixtime to Date format by selecting the context menu.
ما هو Convert Unixtime؟
Convert Unixtime هو إضافة Chrome تم تطويرها بواسطة Takahito Nara، والميزة الرئيسية لها هي "Convert Unixtime to Date format by selecting the context menu.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Convert Unixtime
قم بتنزيل ملفات الامتداد Convert Unixtime بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Convert unixtime to the following format easily. YYYY-MM-DD hh:mm:ss (Local) YYYY-MM-DD hh:mm:ss (UTC) You specify the reange of unixtime and select "Convert Unixtime to timestamp" on the context menu by using right click.
معلومات أساسية عن التمديد
الاسم | Convert Unixtime |
ID | gcdfkgmpbffbohjgncbobihhdefcjmgc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/convert-unixtime/gcdfkgmpbffbohjgncbobihhdefcjmgc |
الوصف | Convert Unixtime to Date format by selecting the context menu. |
حجم الملف | 4.4 KB |
عدد التثبيتات | 274 |
النسخة الحالية | 1.1 |
آخر تحديث | 2013-11-16 |
تاريخ النشر | 2013-11-16 |
تقييم | 4.50/5 مجموع تقييمات 2 |
المطور | Takahito Nara |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Convert Unixtime", "version": "1.1", "manifest_version": 2, "description": "Convert Unixtime to Date format by selecting the context menu.", "permissions": [ "contextMenus" ], "icons": { "16": "icon16.png" }, "background": { "scripts": [ "script.js" ] } } |