JibberJobber Calendar Widget
Use this widget to see what you have scheduled, and easily add new items to your calendar.
什么是JibberJobber Calendar Widget?
JibberJobber Calendar Widget是由https://www.jibberjobber.com开发的Chrome扩展程序,该扩展的主要功能是“Use this widget to see what you have scheduled, and easily add new items to your calendar.”。
扩展截图
下载JibberJobber Calendar Widget扩展crx文件
下载JibberJobber Calendar Widget扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This JibberJobber widget shows you calendar items including Action Item reminders and birthdays. You can easily add new items to your JibberJobber calendar using this widget, without even going into JibberJobber. Use this to always see what's going on and what you need to do. You can also add the JibberJobber Job Search Widget, and use the mobile apps, with the web app. Learn more at JibberJobber.com.
扩展基本信息
名称 | |
ID | abacadegokmjfklkpncnhelhjhnkiigc |
官方URL | https://chrome.google.com/webstore/detail/jibberjobber-calendar-wid/abacadegokmjfklkpncnhelhjhnkiigc |
简介 | Use this widget to see what you have scheduled, and easily add new items to your calendar. |
文件大小 | 556 KB |
安装次数 | 96 |
当前版本 | 1.0.2 |
更新时间 | 2017-12-10 |
上架时间 | 2017-12-10 |
评分 | 5.00/5 共1次评分 |
开发者 | https://www.jibberjobber.com |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "JibberJobber Calendar Widget", "description": "Use this widget to see what you have scheduled, and easily add new items to your calendar.", "version": "1.0.2", "browser_action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "icons": { "16": "icon16.png", "36": "icon36.png", "48": "icon48.png", "128": "icon128.png", "144": "icon144.png" }, "permissions": [ "storage", "notifications", "activeTab" ] } |