Week Number
Extension to display current week number.
Week Numberとは何ですか?
Week NumberはHugo Karlssonによって開発されたChromeの拡張機能で、その主な機能は「Extension to display current week number.」です。
拡張機能のスクリーンショット
Week Number拡張機能のCRXファイルをダウンロード
Week Number拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Small extension to quickly and easily display the current week number in the extension bar. Follows the ISO 8601 standard. 拡張機能の基本情報
| 名前 | |
| ID | dgjiedcgmmfaolcgieilddloapakcfhh |
| 公式URL | https://chromewebstore.google.com/detail/week-number/dgjiedcgmmfaolcgieilddloapakcfhh |
| 説明 | Extension to display current week number. |
| ファイルサイズ | 12.94 KB |
| インストール数 | 126 |
| 現在のバージョン | 0.3 |
| 最終更新日 | 2022-01-31 |
| 公開日 | 2021-08-23 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | Hugo Karlsson |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/HuggeK/veckonr |
| ヘルプページのURL | https://github.com/HuggeK/veckonr/issues |
| 対応言語 | 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"
}
} | |