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.
擴展基本資訊
名稱 | CalendarWeek |
ID | pkmjkmagmdipoioaihlbahnkjhpappjm |
官方網址 | 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" } } |