Love Clock
Bring joy to your life every time you open a new tab with this beautiful animated clock.
Vad är Love Clock?
Love Clock är en Chrome-tillägg utvecklad av http://studiolovelock.com, och dess huvudfunktion är "Bring joy to your life every time you open a new tab with this beautiful animated clock.".
Tilläggsskärmbilder
Ladda ner Love Clock-förlängningens CRX-fil
Ladda ner Love Clock-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Bring joy to your life every time you open a new tab with this beautiful animated clock.
Grundläggande Information om Tillägg
Namn | |
ID | eeoomklcfgfgdhmikcglnfiobbpgbefh |
Officiell webbadress | https://chrome.google.com/webstore/detail/love-clock/eeoomklcfgfgdhmikcglnfiobbpgbefh |
Beskrivning | Bring joy to your life every time you open a new tab with this beautiful animated clock. |
Filstorlek | 3.56 MB |
Antal Installationer | 1,000 |
Aktuell Version | 0.0.0.2 |
Senast Uppdaterad | 2016-04-22 |
Publiceringsdatum | 2016-04-22 |
Betyg | 3.38/5 Totalt 16 Betyg |
Utvecklare | http://studiolovelock.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://www.studiolovelock.com/loveclock/ |
Stödda Språk | 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" } } |