nico2 google calendar

ニコニコ生放送の番組ページから、Google Calendarに予定を簡単に追加できるようにします。

Was ist nico2 google calendar?

nico2 google calendar ist eine Chrome-Erweiterung, die von https://ak2ie.net entwickelt wurde, und ihr Hauptmerkmal ist "ニコニコ生放送の番組ページから、Google Calendarに予定を簡単に追加できるようにします。".

Erweiterungsscreenshots

screenshot
screenshot

nico2 google calendar-Erweiterungs-CRX-Datei herunterladen

Laden Sie nico2 google calendar-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        ニコニコ生放送の放送予定をワンクリックで、Google Calendarに登録できます。

使い方は簡単!
ニコ生の放送ページに表示されるボタンをクリックするだけです。                    

Grundlegende Informationen zur Erweiterung

Name nico2 google calendar nico2 google calendar
ID hpaigigmbmonkibjlmenogiehkepnlln
Offizielle URL https://chromewebstore.google.com/detail/nico2-google-calendar/hpaigigmbmonkibjlmenogiehkepnlln
Beschreibung ニコニコ生放送の番組ページから、Google Calendarに予定を簡単に追加できるようにします。
Dateigröße 339 KB
Installationsanzahl 61
Aktuelle Version 0.5.7
Letztes Update 2022-05-31
Veröffentlichungsdatum 2019-12-05
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://ak2ie.net
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/ak2ie/nico2-google-calendar
Unterstützte Sprachen ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "0.5.7",
    "manifest_version": 2,
    "default_locale": "ja",
    "icons": {
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js",
            "scripts\/GoogleCalendar.js"
        ],
        "persistent": false
    },
    "options_page": "pages\/options.html",
    "options_ui": {
        "page": "pages\/options.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/live.nicovideo.jp\/watch\/*",
                "https:\/\/live.nicovideo.jp\/gate\/*",
                "https:\/\/watch.live.nicovideo.jp\/*",
                "https:\/\/live2.nicovideo.jp\/watch\/*"
            ],
            "css": [
                "styles\/contentscript.css",
                "styles\/toastr.min.css"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "images\/calendar.png",
        "images\/calendar_registered.png"
    ],
    "oauth2": {
        "client_id": "73888334620-rlnm5icmulp6k6qp9cdc4kvsfcm6m3nm.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/calendar"
        ]
    },
    "permissions": [
        "identity",
        "storage",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAi2GEeT1dOtGybcWFRu1LrJp4KFMON1rim6aSWXYHLwv+HDajiS3nMRHdAMgYrwGTNv70l7Aimlw5R6mh6xd8DhSrU90\/SCLCcrlyVf4tZ+TRr5P++UOUoFud6NfEGU07Klm57AtO77bV4OTFuHbFGJSPGqt2HLCVD6UZbnKDurgeSKjLKIYkU0Ul6MjMSpeGuuRkmJC6LdDmP8iO+joR5xX1KZHi1mnhFOAqKyWR7Ih9dlZufihFB9rmClAkN+qjh6VdvgosvADMbyscy42MFNAW2iboPtwFdTGgR+V0GAj6wkBIm3ju\/ukBjKlxeQEJ+iOyCCkJRM+5iK6J0R3RMwIDAQAB"
}