nico2 google calendar

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

Qu'est-ce que nico2 google calendar ?

nico2 google calendar est une extension Chrome développée par https://ak2ie.net, et sa fonction principale est "ニコニコ生放送の番組ページから、Google Calendarに予定を簡単に追加できるようにします。".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension nico2 google calendar

Téléchargez les fichiers d'extension nico2 google calendar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

Informations de Base sur l'Extension

Nom nico2 google calendar nico2 google calendar
ID hpaigigmbmonkibjlmenogiehkepnlln
URL Officiel https://chromewebstore.google.com/detail/nico2-google-calendar/hpaigigmbmonkibjlmenogiehkepnlln
Description ニコニコ生放送の番組ページから、Google Calendarに予定を簡単に追加できるようにします。
Taille du Fichier 339 KB
Nombre d'Installations 61
Version Actuelle 0.5.7
Dernière Mise à Jour 2022-05-31
Date de Publication 2019-12-05
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://ak2ie.net
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/ak2ie/nico2-google-calendar
Langues Prises en Charge 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"
}