CalendarWeek

Shows the current calendar week and calculate a calendar week for any date.

Apa itu CalendarWeek?

CalendarWeek adalah ekstensi Chrome yang dikembangkan oleh https://daniel.schmitz-huebsch.net, dan fitur utamanya adalah "Shows the current calendar week and calculate a calendar week for any date.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi CalendarWeek

Unduh file ekstensi CalendarWeek dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama CalendarWeek CalendarWeek
ID pkmjkmagmdipoioaihlbahnkjhpappjm
URL Resmi https://chromewebstore.google.com/detail/calendarweek/pkmjkmagmdipoioaihlbahnkjhpappjm
Deskripsi Shows the current calendar week and calculate a calendar week for any date.
Ukuran File 168 KB
Jumlah Instalasi 7,213
Versi Saat Ini 1.2
Terakhir Diperbarui 2016-07-31
Tanggal Publikasi 2016-07-31
Penilaian 3.69/5 Total 26 Penilaian
Pengembang https://daniel.schmitz-huebsch.net
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}