Simple Clock

A simple and efficient clock which can be used for productivity.

Qu'est-ce que Simple Clock ?

Simple Clock est une extension Chrome développée par Flare Devs, et sa fonction principale est "A simple and efficient clock which can be used for productivity.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Simple Clock

Téléchargez les fichiers d'extension Simple Clock 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

                        Simple and elegant digital clock. It uses minimal design without much hassle. You can see the Day, Time and the Date.                    

Informations de Base sur l'Extension

Nom Simple Clock Simple Clock
ID fngkigemfllijjloedplghepagidclef
URL Officiel https://chrome.google.com/webstore/detail/simple-clock/fngkigemfllijjloedplghepagidclef
Description A simple and efficient clock which can be used for productivity.
Taille du Fichier 32.27 KB
Nombre d'Installations 20
Version Actuelle 1.0.0
Dernière Mise à Jour 2019-05-24
Date de Publication 2019-05-24
Évaluation 5.00/5 Total 1 Évaluations
Développeur Flare Devs
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "icons\/clock128.png"
    },
    "icons": {
        "16": "icons\/clock16.png",
        "32": "icons\/clock32.png",
        "48": "icons\/clock48.png",
        "128": "icons\/clock128.png"
    },
    "name": " Simple Clock",
    "version": "1.0.0",
    "description": " A simple and efficient clock which can be used for productivity.",
    "manifest_version": 2,
    "offline_enabled": true,
    "content_security_policy": "style-src 'self';script-src 'self';object-src 'self'",
    "permissions": [
        "activeTab"
    ]
}