Day Gone In Percentage

A chrome extension to show how much of current day, month or year has already passed in Percentage.

Day Gone In Percentageคืออะไร?

Day Gone In Percentage เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NoSemantic และคุณลักษณะหลักของมันคือ "A chrome extension to show how much of current day, month or year has already passed in Percentage."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Day Gone In Percentage

ดาวน์โหลดไฟล์ส่วนขยาย Day Gone In Percentage ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Steps to Use:

1. Click the extension sun icon on the top right hand side where extensions icon reside. 
2. A pop up will appear on clicking that will show you the percentage


Hope you like it.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Day Gone In Percentage Day Gone In Percentage
ID beealpgndklmjfgkeogopencdbjimhbk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/day-gone-in-percentage/beealpgndklmjfgkeogopencdbjimhbk
คำอธิบาย A chrome extension to show how much of current day, month or year has already passed in Percentage.
ขนาดไฟล์ 688 KB
จำนวนการติดตั้ง 190
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2019-03-21
วันที่เผยแพร่ 2019-03-21
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา NoSemantic
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://nosemantic.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Day Gone In Percentage",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "A chrome extension to show how much of current day, month or year has already passed in Percentage.",
    "icons": {
        "16": "images\/sunset-16.png",
        "128": "images\/sunset-128.png"
    },
    "default_locale": "en",
    "background": [],
    "permissions": [],
    "browser_action": {
        "default_icon": {
            "16": "images\/sun-16.png",
            "128": "images\/sun-128.png"
        },
        "default_title": "Day Gone In Percentage",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "images\/*.png"
    ]
}