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.

Wat is Simple Clock for Google Chrome™?

Simple Clock for Google Chrome™ is een Chrome-extensie ontwikkeld door Roger Westfall, en de belangrijkste functie is "Simple. A minimal clock with the time, date, and access to google apps every time you open a new tab.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Simple Clock for Google Chrome™

Download Simple Clock for Google Chrome™-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Simple Clock for Google Chrome™ Simple Clock for Google Chrome™
ID kjbggibcgbnghjcdcflehiikahlpcllk
Officiële URL https://chrome.google.com/webstore/detail/simple-clock-for-google-c/kjbggibcgbnghjcdcflehiikahlpcllk
Beschrijving Simple. A minimal clock with the time, date, and access to google apps every time you open a new tab.
Bestandsgrootte 5.27 MB
Aantal Installaties 601
Huidige Versie 1.2.3
Laatst Bijgewerkt 2020-02-04
Publicatiedatum 2020-02-04
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Roger Westfall
Betalingswijze free
Ondersteunde Talen 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"
    ]
}