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 |
| 官方網址 | 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"
} | |