Remaining : A New Tab Extension

The coolest new tab extension which will tell you how much time is left in year, month, week and day.

Remaining : A New Tab Extensionคืออะไร?

Remaining : A New Tab Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gauravmehla และคุณลักษณะหลักของมันคือ "The coolest new tab extension which will tell you how much time is left in year, month, week and day."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Remaining : A New Tab Extension

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

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

                        The coolest new tab extension which will let you know how much time is left in year, month, week or day. It will keep motivate you to do things as time is passing out.

Stay Motivated                    

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

ชื่อ Remaining : A New Tab Extension Remaining : A New Tab Extension
ID nnkdehdcffmohpahglchigmmnmahpdjo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/remaining-a-new-tab-exten/nnkdehdcffmohpahglchigmmnmahpdjo
คำอธิบาย The coolest new tab extension which will tell you how much time is left in year, month, week and day.
ขนาดไฟล์ 816 KB
จำนวนการติดตั้ง 18
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2018-05-06
วันที่เผยแพร่ 2018-05-05
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา gauravmehla
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://gauravmehla.github.io/Remaining
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remaining : A New Tab Extension",
    "short_name": "Remaining : A New Tab Extension",
    "description": "The coolest new tab extension which will tell you how much time is left in year, month, week and day.",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": ".\/icons\/38.png"
    },
    "icons": {
        "16": ".\/icons\/16.png",
        "24": ".\/icons\/24.png",
        "32": ".\/icons\/32.png",
        "64": ".\/icons\/64.png",
        "128": ".\/icons\/128.png",
        "256": ".\/icons\/256.png",
        "512": ".\/icons\/512.png"
    },
    "chrome_url_overrides": {
        "newtab": ".\/index.html"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "index.html"
    ]
}