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
公式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"
    ]
}