Calendar

Day, Month and Year

Vad är Calendar?

Calendar är en Chrome-tillägg utvecklad av https://mythical5th.com, och dess huvudfunktion är "Day, Month and Year".

Tilläggsskärmbilder

screenshot

Ladda ner Calendar-förlängningens CRX-fil

Ladda ner Calendar-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Keyboard shortcut: Alt+C
To change the default, go to chrome://extensions/shortcuts

September 2023:
With regret, the full-month grid has been removed. It used the Flexbox and Grid layout modes of HTML, which have been affected negatively by an update of Chrome.                    

Grundläggande Information om Tillägg

Namn Calendar Calendar
ID ndfdimandiclndjddnhkhjleeadcppcj
Officiell webbadress https://chromewebstore.google.com/detail/calendar/ndfdimandiclndjddnhkhjleeadcppcj
Beskrivning Day, Month and Year
Filstorlek 8.15 KB
Antal Installationer 48
Aktuell Version 4.1
Senast Uppdaterad 2024-02-10
Publiceringsdatum 2021-03-01
Utvecklare https://mythical5th.com
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan http://mythical5th.com/policies/chromeWebStore.html
Stödda Språk en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Calendar",
    "version": "4.1",
    "description": "Day, Month and Year",
    "short_name": "Calendar",
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+C"
            }
        }
    },
    "icons": {
        "16": "\/icons\/icon16.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    },
    "action": {
        "default_title": "Calendar",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/icons\/icon16.png",
            "48": "\/icons\/icon48.png"
        }
    }
}