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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}