nico2 google calendar
ニコニコ生放送の番組ページから、Google Calendarに予定を簡単に追加できるようにします。
Wat is nico2 google calendar?
nico2 google calendar is een Chrome-extensie ontwikkeld door https://ak2ie.net, en de belangrijkste functie is "ニコニコ生放送の番組ページから、Google Calendarに予定を簡単に追加できるようにします。".
Extensie Screenshots
Download het CRX-bestand van de extensie nico2 google calendar
Download nico2 google calendar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
ニコニコ生放送の放送予定をワンクリックで、Google Calendarに登録できます。 使い方は簡単! ニコ生の放送ページに表示されるボタンをクリックするだけです。
Basisinformatie over de Extensie
Naam | |
ID | hpaigigmbmonkibjlmenogiehkepnlln |
Officiële URL | https://chromewebstore.google.com/detail/nico2-google-calendar/hpaigigmbmonkibjlmenogiehkepnlln |
Beschrijving | ニコニコ生放送の番組ページから、Google Calendarに予定を簡単に追加できるようにします。 |
Bestandsgrootte | 339 KB |
Aantal Installaties | 61 |
Huidige Versie | 0.5.7 |
Laatst Bijgewerkt | 2022-05-31 |
Publicatiedatum | 2019-12-05 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://ak2ie.net |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/ak2ie/nico2-google-calendar |
Ondersteunde Talen | 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" } |