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