Calendar + for Google Chrome™
Add clickable urls to Google Calendar Detail
什么是Calendar + for Google Chrome™?
Calendar + for Google Chrome™是由Sinesy s.r.l.开发的Chrome扩展程序,该扩展的主要功能是“Add clickable urls to Google Calendar Detail”。
扩展截图
下载Calendar + for Google Chrome™扩展crx文件
下载Calendar + for Google Chrome™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Calendar Plus
This extension extracts all the url from the Google Calendar Event description and brings them to life in a clickable url list 扩展基本信息
| 名称 | |
| ID | lpnepegcocaajhgbpcfajmdnninbjppf |
| 官方URL | https://chromewebstore.google.com/detail/calendar-+-for-google-chr/lpnepegcocaajhgbpcfajmdnninbjppf |
| 简介 | Add clickable urls to Google Calendar Detail |
| 文件大小 | 63.99 KB |
| 安装次数 | 70,535 |
| 当前版本 | 1.3.0 |
| 更新时间 | 2017-10-22 |
| 上架时间 | 2017-10-22 |
| 评分 | 4.53/5 共57次评分 |
| 开发者 | Sinesy s.r.l. |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://www.sinesy.it |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Calendar + for Google Chrome\u2122",
"version": "1.3.0",
"author": "Sinesy s.r.l.",
"offline_enabled": true,
"short_name": "Calendar +",
"description": "Add clickable urls to Google Calendar Detail",
"icons": {
"128": "icon128.png",
"256": "icon256.png"
},
"permissions": [
"tabs"
],
"background": {
"page": "background.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*.google.com\/*",
"https:\/\/*.google.com\/*"
],
"js": [
"jquery-1.11.1.min.js",
"calendar-changer.js"
]
}
],
"content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
"homepage_url": "http:\/\/www.sinesy.it"
} | |