WHA Quotes & Clock New Tab
Motivation with each new tab
什么是WHA Quotes & Clock New Tab?
WHA Quotes & Clock New Tab是由https://workhardanywhere.com开发的Chrome扩展程序,该扩展的主要功能是“Motivation with each new tab”。
扩展截图
下载WHA Quotes & Clock New Tab扩展crx文件
下载WHA Quotes & Clock New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Replace the standard new tab and get you fired up each time you open a new tab.
Latest version introduces three modes: Dark, Light, and Get Sh*t Done.
A product by Work Hard Anywhere™ 扩展基本信息
| 名称 | |
| ID | mjmdefoccnioblaeicpedekiigfoghbb |
| 官方URL | https://chromewebstore.google.com/detail/wha-quotes-clock-new-tab/mjmdefoccnioblaeicpedekiigfoghbb |
| 简介 | Motivation with each new tab |
| 文件大小 | 14.92 KB |
| 安装次数 | 31,012 |
| 当前版本 | 0.3.3 |
| 更新时间 | 2019-10-06 |
| 上架时间 | 2019-10-06 |
| 评分 | 4.84/5 共521次评分 |
| 开发者 | https://workhardanywhere.com |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "WHA Quotes & Clock New Tab",
"description": "Motivation with each new tab",
"author": "WHA",
"homepage_url": "https:\/\/workhardanywhere.com",
"version": "0.3.3",
"chrome_url_overrides": {
"newtab": "WHAquote.html"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"https:\/\/source.unsplash.com\/"
],
"content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/ajax.googleapis.com ; object-src 'self'"
} | |