Days left for

Days left for is an extension which overrides your new tab with a simple days counter.

Days left forคืออะไร?

Days left for เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dishant Kaushik และคุณลักษณะหลักของมันคือ "Days left for is an extension which overrides your new tab with a simple days counter."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Days left for

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

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

                        Days left for is an extension which overrides your new tab with a simple days counter. This can be helpful if you want to get reminded of something important but don't want to open a calendar for it. It keeps your top visited websites and your recent search history to keep functionality. Wallpapers powered by Unsplash.                    

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

ชื่อ Days left for Days left for
ID llnlifjlmlfeifhlahlhfjcogijaebnj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/days-left-for/llnlifjlmlfeifhlahlhfjcogijaebnj
คำอธิบาย Days left for is an extension which overrides your new tab with a simple days counter.
ขนาดไฟล์ 759 KB
จำนวนการติดตั้ง 144
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2019-11-01
วันที่เผยแพร่ 2019-10-31
คะแนน 4.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Dishant Kaushik
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Days left for",
    "version": "1.0.0",
    "description": "Days left for is an extension which overrides your new tab with a simple days counter.",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "history",
        "topSites"
    ],
    "icons": {
        "16": "favicon-16x16.png",
        "48": "icon-48x48.png",
        "128": "icon-128x128.png"
    },
    "content_security_policy": "script-src 'self' 'sha256-TnMQHPsY7JCtYsDQ5jgYo775G7KMmY4IJC\/DWJT8P9U='; object-src 'self'"
}