Unix Timestamp Hover

Hover over any unix timestamps on the page and read the time

ما هو Unix Timestamp Hover؟

Unix Timestamp Hover هو إضافة Chrome تم تطويرها بواسطة HandyTools، والميزة الرئيسية لها هي "Hover over any unix timestamps on the page and read the time".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Unix Timestamp Hover

قم بتنزيل ملفات الامتداد Unix Timestamp Hover بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Do you look at database tables and logs regularly?

Do you look at timestamps in phpMyAdmin wondering what time 1353761933 translates to?

With this lightweight extension you can hover over any unix/POSIX timestamps on the page and read the time in your local time zone.                    

معلومات أساسية عن التمديد

الاسم Unix Timestamp Hover Unix Timestamp Hover
ID nlhnkiimfokpcabjegdiejdlljmaclap
عنوان URL الرسمي https://chromewebstore.google.com/detail/unix-timestamp-hover/nlhnkiimfokpcabjegdiejdlljmaclap
الوصف Hover over any unix timestamps on the page and read the time
حجم الملف 58.49 KB
عدد التثبيتات 506
النسخة الحالية 1.0
آخر تحديث 2012-11-24
تاريخ النشر 2012-11-24
تقييم 3.21/5 مجموع تقييمات 14
المطور HandyTools
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unix Timestamp Hover",
    "description": "Hover over any unix timestamps on the page and read the time",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png",
        "16": "img\/icon16.png"
    },
    "background": {
        "scripts": [
            "js\/analytics.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "css": [
                "css\/tipTip.css"
            ],
            "js": [
                "js\/jquery-1.8.3.min.js",
                "js\/jquery.highlight-4.js",
                "js\/jquery.tipTip.minified.js",
                "js\/extension.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}