Love Clock
Bring joy to your life every time you open a new tab with this beautiful animated clock.
Qu'est-ce que Love Clock ?
Love Clock est une extension Chrome développée par http://studiolovelock.com, et sa fonction principale est "Bring joy to your life every time you open a new tab with this beautiful animated clock.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Love Clock
Téléchargez les fichiers d'extension Love 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
Bring joy to your life every time you open a new tab with this beautiful animated clock.
Informations de Base sur l'Extension
Nom | |
ID | eeoomklcfgfgdhmikcglnfiobbpgbefh |
URL Officiel | https://chrome.google.com/webstore/detail/love-clock/eeoomklcfgfgdhmikcglnfiobbpgbefh |
Description | Bring joy to your life every time you open a new tab with this beautiful animated clock. |
Taille du Fichier | 3.56 MB |
Nombre d'Installations | 1,000 |
Version Actuelle | 0.0.0.2 |
Dernière Mise à Jour | 2016-04-22 |
Date de Publication | 2016-04-22 |
Évaluation | 3.38/5 Total 16 Évaluations |
Développeur | http://studiolovelock.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.studiolovelock.com/loveclock/ |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Love Clock", "description": "Bring joy to your life every time you open a new tab with this beautiful animated clock.", "version": "0.0.0.2", "chrome_url_overrides": { "newtab": "index.html" }, "web_accessible_resources": [ "img\/*", "css\/*", "js\/*", "fonts\/*" ], "background": { "scripts": [] }, "permissions": [], "content_security_policy": "script-src 'self'; object-src 'self'", "icons": { "32": "img\/favicon_32.ico", "64": "img\/favicon_64.ico" } } |