Dark Motivation
Replace the new tab page with Dark Motivation
什么是Dark Motivation?
Dark Motivation是由calebboyd开发的Chrome扩展程序,该扩展的主要功能是“Replace the new tab page with Dark Motivation”。
扩展截图
下载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"
扩展基本信息
名称 | |
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" } |