Simple Clock for Google Chrome™
Simple. A minimal clock with the time, date, and access to google apps every time you open a new tab.
什么是Simple Clock for Google Chrome™?
Simple Clock for Google Chrome™是由Roger Westfall开发的Chrome扩展程序,该扩展的主要功能是“Simple. A minimal clock with the time, date, and access to google apps every time you open a new tab.”。
扩展截图
下载Simple Clock for Google Chrome™扩展crx文件
下载Simple Clock for Google Chrome™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A minimal clock with the time, date, and access to google apps every time you open a new tab.
扩展基本信息
名称 | |
ID | kjbggibcgbnghjcdcflehiikahlpcllk |
官方URL | https://chrome.google.com/webstore/detail/simple-clock-for-google-c/kjbggibcgbnghjcdcflehiikahlpcllk |
简介 | Simple. A minimal clock with the time, date, and access to google apps every time you open a new tab. |
文件大小 | 5.27 MB |
安装次数 | 601 |
当前版本 | 1.2.3 |
更新时间 | 2020-02-04 |
上架时间 | 2020-02-04 |
评分 | 5.00/5 共1次评分 |
开发者 | Roger Westfall |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Clock for Google Chrome\u2122", "description": "Simple. A minimal clock with the time, date, and access to google apps every time you open a new tab.", "short_name": "Simple Clock", "author": "Roger Westfall", "version": "1.2.3", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png" } }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "tabs" ] } |