Week Number
Extension to display current week number.
What is Week Number?
Week Number is a Chrome extension developed by Hugo Karlsson, and its main feature is "Extension to display current week number.".
Extension Screenshots
Download Week Number Extension CRX File
Download Week Number extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Small extension to quickly and easily display the current week number in the extension bar. Follows the ISO 8601 standard.
Extension Basic Information
Name | Week Number |
ID | dgjiedcgmmfaolcgieilddloapakcfhh |
Official URL | https://chromewebstore.google.com/detail/week-number/dgjiedcgmmfaolcgieilddloapakcfhh |
Description | Extension to display current week number. |
File Size | 12.94 KB |
Installation Count | 126 |
Current Version | 0.3 |
Last Updated | 2022-01-31 |
Publish Date | 2021-08-23 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Hugo Karlsson |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/HuggeK/veckonr |
Help Page URL | https://github.com/HuggeK/veckonr/issues |
Supported Languages | en,sv |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "author": "Mathias Lundell \/ Hugo Karlsson", "short_name": "Veckonr", "version": "0.3", "description": "__MSG_extensionDescription__", "default_locale": "en", "homepage_url": "https:\/\/github.com\/HuggeK\/veckonr", "icons": { "16": "images\/veckonr_icon_300.png", "48": "images\/veckonr_icon_300.png", "128": "images\/veckonr_icon_300.png" }, "permissions": [ "alarms" ], "action": { "default_title": "Veckonummer" }, "background": { "service_worker": "js\/service_worker.js" } } |