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.
Qu'est-ce que Simple Clock for Google Chrome™ ?
Simple Clock for Google Chrome™ est une extension Chrome développée par Roger Westfall, et sa fonction principale est "Simple. A minimal clock with the time, date, and access to google apps every time you open a new tab.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Simple Clock for Google Chrome™
Téléchargez les fichiers d'extension Simple Clock for Google Chrome™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
A minimal clock with the time, date, and access to google apps every time you open a new tab.
Informations de Base sur l'Extension
Nom | |
ID | kjbggibcgbnghjcdcflehiikahlpcllk |
URL Officiel | https://chrome.google.com/webstore/detail/simple-clock-for-google-c/kjbggibcgbnghjcdcflehiikahlpcllk |
Description | Simple. A minimal clock with the time, date, and access to google apps every time you open a new tab. |
Taille du Fichier | 5.27 MB |
Nombre d'Installations | 601 |
Version Actuelle | 1.2.3 |
Dernière Mise à Jour | 2020-02-04 |
Date de Publication | 2020-02-04 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Roger Westfall |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |