needlles
clock for two
Cos'è needlles?
needlles è un'estensione di Chrome sviluppata da chabolab, e la sua funzione principale è "clock for two".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione needlles
Scarica i file di estensione needlles in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This is a clock for separated two. It indicates your time and someone who is in a different timezone. The red arrow and fan-shaped area show the time and day/night of them. For example, if the red arrow points at 10 O'clock and the starry sky background, it indicates 10 p.m. on their side. A clock will be shown whenever you opened the Chrome web browser and open a new tab. Timezone can be changed by pulldown list on the right bottom. Awarded at 2014 HTML5 Japan Cup "Chrome Apps Category"
Informazioni di Base sull'Estensione
Nome | needlles |
ID | mmkbddghaokoagijoibnncdnjmnbkmob |
URL Ufficiale | https://chromewebstore.google.com/detail/needlles/mmkbddghaokoagijoibnncdnjmnbkmob |
Descrizione | clock for two |
Dimensione del File | 3.13 MB |
Conteggio Installazioni | 28 |
Versione Corrente | 0.91 |
Ultimo Aggiornamento | 2022-09-15 |
Data di Pubblicazione | 2014-07-29 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | chabolab |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://5jcup.org/works/53b052b2b7a513374c0021d8 |
Lingue Supportate | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.91", "chrome_url_overrides": { "newtab": "blank.html" }, "icons": { "16": "icon.png", "128": "icon.png" }, "permissions": [], "content_security_policy": { "extension_pages": "script-src 'self' ; object-src 'self'" } } |