GD Clock

Get current date time in Chrome.

ما هو GD Clock؟

GD Clock هو إضافة Chrome تم تطويرها بواسطة http://computertriksno1.blogspot.com، والميزة الرئيسية لها هي "Get current date time in Chrome.".

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

screenshot

تحميل ملف CRX للإضافة GD Clock

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

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

                        I am GD. i am developing many extension for different-2 site but this is my first tool for google chrome. if every thing will be file then i'll give my best for you.                    

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

الاسم GD Clock GD Clock
ID fgliiimcaifckioembmbaelmaopcgpkm
عنوان URL الرسمي https://chrome.google.com/webstore/detail/gd-clock/fgliiimcaifckioembmbaelmaopcgpkm
الوصف Get current date time in Chrome.
حجم الملف 81.51 KB
عدد التثبيتات 805
النسخة الحالية 0.2
آخر تحديث 2016-03-06
تاريخ النشر 2016-03-06
تقييم 4.00/5 مجموع تقييمات 2
المطور http://computertriksno1.blogspot.com
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GD Clock",
    "description": "Get current date time in Chrome.",
    "version": "0.2",
    "permissions": [
        "alarms"
    ],
    "background": {
        "scripts": [
            "jquery-2.0.3.js",
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    }
}