Love Clock
Bring joy to your life every time you open a new tab with this beautiful animated clock.
Hvad er Love Clock?
Love Clock er en Chrome-udvidelse udviklet af http://studiolovelock.com, og dens hovedfunktion er "Bring joy to your life every time you open a new tab with this beautiful animated clock.".
Udvidelsesskærmbilleder
Download Love Clock-udvidelses-CRX-fil
Download Love Clock-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Bring joy to your life every time you open a new tab with this beautiful animated clock.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | eeoomklcfgfgdhmikcglnfiobbpgbefh |
Officiel URL | https://chrome.google.com/webstore/detail/love-clock/eeoomklcfgfgdhmikcglnfiobbpgbefh |
Beskrivelse | Bring joy to your life every time you open a new tab with this beautiful animated clock. |
Filstørrelse | 3.56 MB |
Antal Installationer | 1,000 |
Nuværende Version | 0.0.0.2 |
Senest Opdateret | 2016-04-22 |
Udgivelsesdato | 2016-04-22 |
Bedømmelse | 3.38/5 Samlet 16 Bedømmelser |
Udvikler | http://studiolovelock.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://www.studiolovelock.com/loveclock/ |
Understøttede Sprog | 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" } } |