Ticker: A Minimal Clock for Your New Tab Page
A tidy little clock for your new tab page.
什么是Ticker: A Minimal Clock for Your New Tab Page?
Ticker: A Minimal Clock for Your New Tab Page是由Deep Yogurt开发的Chrome扩展程序,该扩展的主要功能是“A tidy little clock for your new tab page.”。
扩展截图
下载Ticker: A Minimal Clock for Your New Tab Page扩展crx文件
下载Ticker: A Minimal Clock for Your New Tab Page扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Declutter your Chrome with a minimal clock on your new tab page. Ticker only does one thing: displays a clock. No fussing with configuration or finding the right colors; just the time. 扩展基本信息
| 名称 | |
| ID | fhemakipjophmjjcalkkbgobjemnjiph |
| 官方URL | https://chromewebstore.google.com/detail/ticker-a-minimal-clock-fo/fhemakipjophmjjcalkkbgobjemnjiph |
| 简介 | A tidy little clock for your new tab page. |
| 文件大小 | 10.25 KB |
| 安装次数 | 71 |
| 当前版本 | 4 |
| 更新时间 | 2017-07-13 |
| 上架时间 | 2017-07-13 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Deep Yogurt |
| 付费类型 | free |
| 扩展官网 | https://github.com/waltz/chrome-blank-new-tab |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Ticker: A Minimal Clock for Your New Tab Page",
"short_name": "Ticker",
"version": "4",
"description": "A tidy little clock for your new tab page.",
"offline_enabled": true,
"icons": {
"128": "icon128.png"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
}
} | |