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.

Was ist Simple Clock for Google Chrome™?

Simple Clock for Google Chrome™ ist eine Chrome-Erweiterung, die von Roger Westfall entwickelt wurde, und ihr Hauptmerkmal ist "Simple. A minimal clock with the time, date, and access to google apps every time you open a new tab.".

Erweiterungsscreenshots

screenshot

Simple Clock for Google Chrome™-Erweiterungs-CRX-Datei herunterladen

Laden Sie Simple Clock for Google Chrome™-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        A minimal clock with the time, date, and access to google apps every time you open a new tab.                    

Grundlegende Informationen zur Erweiterung

Name Simple Clock for Google Chrome™ Simple Clock for Google Chrome™
ID kjbggibcgbnghjcdcflehiikahlpcllk
Offizielle URL https://chrome.google.com/webstore/detail/simple-clock-for-google-c/kjbggibcgbnghjcdcflehiikahlpcllk
Beschreibung Simple. A minimal clock with the time, date, and access to google apps every time you open a new tab.
Dateigröße 5.27 MB
Installationsanzahl 601
Aktuelle Version 1.2.3
Letztes Update 2020-02-04
Veröffentlichungsdatum 2020-02-04
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Roger Westfall
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}