CalendarWeek
Shows the current calendar week and calculate a calendar week for any date.
CalendarWeekとは何ですか?
CalendarWeekはhttps://daniel.schmitz-huebsch.netによって開発されたChromeの拡張機能で、その主な機能は「Shows the current calendar week and calculate a calendar week for any date.」です。
拡張機能のスクリーンショット
CalendarWeek拡張機能のCRXファイルをダウンロード
CalendarWeek拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Extension adds a button to your browser toolbar showing the current calendar week. Click the icon and calculate a calendar week and week day with a date-picker. The calculation is based on ISO 8601.
Simply announce to comments.
Update 1.2:
New icon to show calendar week. 拡張機能の基本情報
| 名前 | |
| ID | pkmjkmagmdipoioaihlbahnkjhpappjm |
| 公式URL | https://chromewebstore.google.com/detail/calendarweek/pkmjkmagmdipoioaihlbahnkjhpappjm |
| 説明 | Shows the current calendar week and calculate a calendar week for any date. |
| ファイルサイズ | 168 KB |
| インストール数 | 7,213 |
| 現在のバージョン | 1.2 |
| 最終更新日 | 2016-07-31 |
| 公開日 | 2016-07-31 |
| 評価 | 3.69/5 合計 26 レビュー |
| 開発者 | https://daniel.schmitz-huebsch.net |
| 支払い方法 | free |
| 対応言語 | de,en,es |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_chrome_extension_name__",
"version": "1.2",
"manifest_version": 2,
"description": "__MSG_chrome_extension_description__",
"default_locale": "en",
"background": {
"scripts": [
"js\/background.js"
]
},
"icons": {
"16": "icons\/icon_alt.png",
"48": "icons\/icon48_alt.png",
"128": "icons\/icon128_alt.png"
},
"browser_action": {
"default_title": "__MSG_browser_action_default_title__",
"default_icon": "icons\/icon_alt.png",
"default_popup": "views\/popup.html"
}
} | |