Infinite Monthly Calendar
Use the mousewheel to easily scroll between monthly calendars.
Apa itu Infinite Monthly Calendar?
Infinite Monthly Calendar adalah ekstensi Chrome yang dikembangkan oleh publisher, dan fitur utamanya adalah "Use the mousewheel to easily scroll between monthly calendars.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Infinite Monthly Calendar
Unduh file ekstensi Infinite Monthly Calendar 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
What's new: 1.1.1: * Compressed images to decrease extension package size 1.1.0: * Added option to set Monday as the first day of the week * Added customizable Special Dates list up to 50 special dates
Informasi Dasar Ekstensi
Nama | Infinite Monthly Calendar |
ID | pfpjbkkfjjjjenbgoadcemjoaahdphki |
URL Resmi | https://chromewebstore.google.com/detail/infinite-monthly-calendar/pfpjbkkfjjjjenbgoadcemjoaahdphki |
Deskripsi | Use the mousewheel to easily scroll between monthly calendars. |
Ukuran File | 62.96 KB |
Jumlah Instalasi | 476 |
Versi Saat Ini | 1.1.1 |
Terakhir Diperbarui | 2016-05-18 |
Tanggal Publikasi | 2016-05-17 |
Penilaian | 4.86/5 Total 7 Penilaian |
Pengembang | publisher |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Infinite Monthly Calendar", "description": "Use the mousewheel to easily scroll between monthly calendars.", "permissions": [ "storage" ], "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "version": "1.1.1", "options_page": "options.html", "browser_action": { "default_title": "Infinite Monthly Calendar", "default_popup": "popup.html" }, "offline_enabled": true } |