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.”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 Simple Clock for Google Chrome™ Simple Clock for Google Chrome™
ID kjbggibcgbnghjcdcflehiikahlpcllk
官方網址 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"
    ]
}