Epoch Converter Tooltip for Google Chrome™
Convert timestamps to readable times
ما هو Epoch Converter Tooltip for Google Chrome™؟
Epoch Converter Tooltip for Google Chrome™ هو إضافة Chrome تم تطويرها بواسطة eyal0، والميزة الرئيسية لها هي "Convert timestamps to readable times".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Epoch Converter Tooltip for Google Chrome™
قم بتنزيل ملفات الامتداد Epoch Converter Tooltip for Google Chrome™ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
When hovering over a number that might be a timestamp, convert it to a timestamp.
In the options, the location of the tooltip, the triggering, and the timezone can be changed. معلومات أساسية عن التمديد
| الاسم | |
| ID | gfhloejbjfojlcadcpahgdaagekamhjh |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/epoch-converter-tooltip-f/gfhloejbjfojlcadcpahgdaagekamhjh |
| الوصف | Convert timestamps to readable times |
| حجم الملف | 639 KB |
| عدد التثبيتات | 291 |
| النسخة الحالية | 1.5.1 |
| آخر تحديث | 2017-06-29 |
| تاريخ النشر | 2017-06-29 |
| تقييم | 4.00/5 مجموع تقييمات 4 |
| المطور | eyal0 |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/eyal0/epoch-converter-tooltip |
| عنوان صفحة المساعدة | https://github.com/eyal0/epoch-converter-tooltip/issues |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Epoch Converter Tooltip for Google Chrome\u2122",
"version": "1.5.1",
"manifest_version": 2,
"description": "Convert timestamps to readable times",
"icons": {
"16": "ECT-16.png",
"48": "ECT-48.png",
"128": "ECT-128.png"
},
"background": {
"scripts": [
"ECT-background.js"
],
"persistent": true
},
"options_page": "ECT-options.html",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"ECT.css"
],
"js": [
"ECT-contentscript.js"
]
}
]
} | |