Week Number
Displays week numbers
Week Numberとは何ですか?
Week Numberはhttps://logiz.netによって開発されたChromeの拡張機能で、その主な機能は「Displays week numbers」です。
拡張機能のスクリーンショット
Week Number拡張機能のCRXファイルをダウンロード
Week Number拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| ID | lcdmdikpgdjoagalpngockiddgkbdaig |
| 公式URL | https://chromewebstore.google.com/detail/week-number/lcdmdikpgdjoagalpngockiddgkbdaig |
| 説明 | Displays week numbers |
| ファイルサイズ | 668 KB |
| インストール数 | 6,019 |
| 現在のバージョン | 2.000 |
| 最終更新日 | 2019-08-22 |
| 公開日 | 2019-08-22 |
| 評価 | 4.63/5 合計 35 レビュー |
| 開発者 | https://logiz.net |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://logiz.net/weeknumber/ |
| 対応言語 | 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
} | |