Love Clock
Bring joy to your life every time you open a new tab with this beautiful animated clock.
Was ist Love Clock?
Love Clock ist eine Chrome-Erweiterung, die von http://studiolovelock.com entwickelt wurde, und ihr Hauptmerkmal ist "Bring joy to your life every time you open a new tab with this beautiful animated clock.".
Erweiterungsscreenshots
Love Clock-Erweiterungs-CRX-Datei herunterladen
Laden Sie Love Clock-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
Bring joy to your life every time you open a new tab with this beautiful animated clock.
Grundlegende Informationen zur Erweiterung
Name | |
ID | eeoomklcfgfgdhmikcglnfiobbpgbefh |
Offizielle URL | https://chrome.google.com/webstore/detail/love-clock/eeoomklcfgfgdhmikcglnfiobbpgbefh |
Beschreibung | Bring joy to your life every time you open a new tab with this beautiful animated clock. |
Dateigröße | 3.56 MB |
Installationsanzahl | 1,000 |
Aktuelle Version | 0.0.0.2 |
Letztes Update | 2016-04-22 |
Veröffentlichungsdatum | 2016-04-22 |
Bewertung | 3.38/5 Insgesamt 16 Bewertungen |
Entwickler | http://studiolovelock.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://www.studiolovelock.com/loveclock/ |
Unterstützte Sprachen | 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" } } |