Week Number
Displays week numbers
What is Week Number?
Week Number is a Chrome extension developed by https://logiz.net, and its main feature is "Displays week numbers".
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
Simple tool to display the weeknumber. v2.0 - Added option to search for a specific week. - Added option to select which day is the first day of the week. - Redesigned UI
Extension Basic Information
Name | Week Number |
ID | lcdmdikpgdjoagalpngockiddgkbdaig |
Official URL | https://chromewebstore.google.com/detail/week-number/lcdmdikpgdjoagalpngockiddgkbdaig |
Description | Displays week numbers |
File Size | 668 KB |
Installation Count | 6,019 |
Current Version | 2.000 |
Last Updated | 2019-08-22 |
Publish Date | 2019-08-22 |
Rating | 4.63/5 Total 35 Ratings |
Developer | https://logiz.net |
[email protected] | |
Payment Type | free |
Extension Website | https://logiz.net/weeknumber/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Week Number", "version": "2.000", "description": "Displays week numbers", "icons": { "128": "128.png" }, "background": { "scripts": [ "script.js" ], "persistent": true }, "browser_action": { "default_title": "Week Number", "default_icon": "128.png", "default_popup": "index.html" }, "permissions": [ "alarms", "storage" ], "manifest_version": 2 } |