Dark Motivation

Replace the new tab page with Dark Motivation

Dark Motivation là gì?

Dark Motivation là một tiện ích mở rộng Chrome được phát triển bởi calebboyd, và tính năng chính của nó là "Replace the new tab page with Dark Motivation".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dark Motivation

Tải xuống các tệp mở rộng Dark Motivation dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Based on the popular light variant: "Motivation"                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Dark Motivation Dark Motivation
ID dagpoeofiamcohplgpomgfmmhdlffidd
URL Chính Thức https://chrome.google.com/webstore/detail/dark-motivation/dagpoeofiamcohplgpomgfmmhdlffidd
Mô tả Replace the new tab page with Dark Motivation
Kích Thước Tệp 96.48 KB
Số Lần Cài Đặt 1,391
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-03-10
Ngày Phát Hành 2018-03-09
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển calebboyd
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}