Love Clock
Bring joy to your life every time you open a new tab with this beautiful animated clock.
Apa itu Love Clock?
Love Clock adalah ekstensi Chrome yang dikembangkan oleh http://studiolovelock.com, dan fitur utamanya adalah "Bring joy to your life every time you open a new tab with this beautiful animated clock.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Love Clock
Unduh file ekstensi Love Clock dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Bring joy to your life every time you open a new tab with this beautiful animated clock.
Informasi Dasar Ekstensi
Nama | |
ID | eeoomklcfgfgdhmikcglnfiobbpgbefh |
URL Resmi | https://chrome.google.com/webstore/detail/love-clock/eeoomklcfgfgdhmikcglnfiobbpgbefh |
Deskripsi | Bring joy to your life every time you open a new tab with this beautiful animated clock. |
Ukuran File | 3.56 MB |
Jumlah Instalasi | 1,000 |
Versi Saat Ini | 0.0.0.2 |
Terakhir Diperbarui | 2016-04-22 |
Tanggal Publikasi | 2016-04-22 |
Penilaian | 3.38/5 Total 16 Penilaian |
Pengembang | http://studiolovelock.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.studiolovelock.com/loveclock/ |
Bahasa yang Didukung | 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" } } |