CalendarWeek
Shows the current calendar week and calculate a calendar week for any date.
Qu'est-ce que CalendarWeek ?
CalendarWeek est une extension Chrome développée par https://daniel.schmitz-huebsch.net, et sa fonction principale est "Shows the current calendar week and calculate a calendar week for any date.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CalendarWeek
Téléchargez les fichiers d'extension CalendarWeek 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
Extension adds a button to your browser toolbar showing the current calendar week. Click the icon and calculate a calendar week and week day with a date-picker. The calculation is based on ISO 8601. Simply announce to comments. Update 1.2: New icon to show calendar week.
Informations de Base sur l'Extension
Nom | CalendarWeek |
ID | pkmjkmagmdipoioaihlbahnkjhpappjm |
URL Officiel | https://chromewebstore.google.com/detail/calendarweek/pkmjkmagmdipoioaihlbahnkjhpappjm |
Description | Shows the current calendar week and calculate a calendar week for any date. |
Taille du Fichier | 168 KB |
Nombre d'Installations | 7,213 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2016-07-31 |
Date de Publication | 2016-07-31 |
Évaluation | 3.69/5 Total 26 Évaluations |
Développeur | https://daniel.schmitz-huebsch.net |
Type de Paiement | free |
Langues Prises en Charge | de,en,es |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_chrome_extension_name__", "version": "1.2", "manifest_version": 2, "description": "__MSG_chrome_extension_description__", "default_locale": "en", "background": { "scripts": [ "js\/background.js" ] }, "icons": { "16": "icons\/icon_alt.png", "48": "icons\/icon48_alt.png", "128": "icons\/icon128_alt.png" }, "browser_action": { "default_title": "__MSG_browser_action_default_title__", "default_icon": "icons\/icon_alt.png", "default_popup": "views\/popup.html" } } |