needlles
clock for two
Qu'est-ce que needlles ?
needlles est une extension Chrome développée par chabolab, et sa fonction principale est "clock for two".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension needlles
Téléchargez les fichiers d'extension needlles au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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"
Informations de Base sur l'Extension
Nom | needlles |
ID | mmkbddghaokoagijoibnncdnjmnbkmob |
URL Officiel | https://chromewebstore.google.com/detail/needlles/mmkbddghaokoagijoibnncdnjmnbkmob |
Description | clock for two |
Taille du Fichier | 3.13 MB |
Nombre d'Installations | 28 |
Version Actuelle | 0.91 |
Dernière Mise à Jour | 2022-09-15 |
Date de Publication | 2014-07-29 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | chabolab |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://5jcup.org/works/53b052b2b7a513374c0021d8 |
Langues Prises en Charge | 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'" } } |