Dark Motivation

Replace the new tab page with Dark Motivation

Dark Motivationคืออะไร?

Dark Motivation เป็นส่วนขยายของ Chrome ที่พัฒนาโดย calebboyd และคุณลักษณะหลักของมันคือ "Replace the new tab page with Dark Motivation"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dark Motivation

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

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

                        Displays your age counting up in a new tab with a dark background.

Based on the popular light variant: "Motivation"                    

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

ชื่อ Dark Motivation Dark Motivation
ID dagpoeofiamcohplgpomgfmmhdlffidd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/dark-motivation/dagpoeofiamcohplgpomgfmmhdlffidd
คำอธิบาย Replace the new tab page with Dark Motivation
ขนาดไฟล์ 96.48 KB
จำนวนการติดตั้ง 1,391
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-03-10
วันที่เผยแพร่ 2018-03-09
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา calebboyd
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "motivation.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "dashboard.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Replace the new tab page with Dark Motivation",
    "manifest_version": 2,
    "name": "Dark Motivation",
    "offline_enabled": true,
    "version": "1.0"
}