Week
Week displays an icon with the current week number in the chrome toolbar
Qu'est-ce que Week ?
Week est une extension Chrome développée par Urban Björkman, et sa fonction principale est "Week displays an icon with the current week number in the chrome toolbar".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Week
Téléchargez les fichiers d'extension Week 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
Displays current week number as an extension icon in Chrome toolbar get the source on github https://github.com/UrbanBjorkman/Week-Chrome-Extension
Informations de Base sur l'Extension
Nom | Week |
ID | kjkhipoiijminfemfjeaccjonihcgfni |
URL Officiel | https://chromewebstore.google.com/detail/week/kjkhipoiijminfemfjeaccjonihcgfni |
Description | Week displays an icon with the current week number in the chrome toolbar |
Taille du Fichier | 1.19 MB |
Nombre d'Installations | 34 |
Version Actuelle | 0.5 |
Dernière Mise à Jour | 2014-10-21 |
Date de Publication | 2014-10-21 |
Évaluation | 2.67/5 Total 3 Évaluations |
Développeur | Urban Björkman |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/UrbanBjorkman/Week-Chrome-Extension |
URL de la Page d'Aide | https://github.com/UrbanBjorkman/Week-Chrome-Extension |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "jquery-2.1.1.min.js", "background.js" ], "persistent": false }, "content_scripts": [ { "js": [ "jquery-2.1.1.min.js", "week.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Week displays an icon with the current week number in the chrome toolbar", "manifest_version": 2, "name": "Week", "short_name": "Week", "version": "0.5", "icons": { "128": "images\/logo128.png" }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "Week", "default_popup": "week.html" } } |