Dark Motivation

Replace the new tab page with Dark Motivation

什麼是Dark Motivation?

Dark Motivation是由calebboyd開發的Chrome擴展程式,該擴展的主要功能是“Replace the new tab page with Dark Motivation”。

擴展截圖

screenshot

下載Dark Motivation擴展crx文件

下載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
官方網址 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"
}