Week
Show current week number in toolbar.
Qu'est-ce que Week ?
Week est une extension Chrome développée par Lavve, et sa fonction principale est "Show current week number in 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
The quickest way to find out what the current week number it is. 2.4.1 - Icons optimizations 2.4.0 - Preparation for localizations (https://bugs.chromium.org/p/chromium/issues/detail?id=1268098) - New landing page when clicking the icon 2.3.0 - Update to manifest v3 2.2 - Flat design 2.1.1 - Updates week number more frequent - Icon added on Chrome extension page in Google Chrome
Informations de Base sur l'Extension
Nom | Week |
ID | ibbkfijlikhkenbcdlkackfjfbcakdon |
URL Officiel | https://chromewebstore.google.com/detail/week/ibbkfijlikhkenbcdlkackfjfbcakdon |
Description | Show current week number in toolbar. |
Taille du Fichier | 113 KB |
Nombre d'Installations | 659 |
Version Actuelle | 2.4.1 |
Dernière Mise à Jour | 2022-04-12 |
Date de Publication | 2016-02-18 |
Évaluation | 4.35/5 Total 17 Évaluations |
Développeur | Lavve |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Lavve/week/ |
URL de la Page d'Aide | https://github.com/Lavve/week/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "author": "C-son", "short_name": "__MSG_extName__", "default_locale": "en", "version": "2.4.1", "description": "__MSG_description__", "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDOcf7MnDCjf+04KEeitpZyvqx+C7UeIX6PYcqHH6nRXHESR1lNfTsRVmxr9gBsnWMGVoq2T7KdJ3ogF8c1jAkLrtC0U\/z1zqWtDKnqvg9FOjTxiDjj4mkwvI1fpC3hepfiWQ1ftceYPNL5rEuz+g6QL7NC1B7ywtw+lzcnRlfnLQIDAQAB", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "offline_enabled": true, "action": { "default_icon": "weeks\/0.png", "default_title": "__MSG_extName__ 0" }, "permissions": [ "scripting" ], "background": { "service_worker": "background.js" } } |