Nirvana HQ Add to Calendar Feature
This extension will add an context option 'Add to Google Calender' on right click context of every item.
什么是Nirvana HQ Add to Calendar Feature?
Nirvana HQ Add to Calendar Feature是由Matt开发的Chrome扩展程序,该扩展的主要功能是“This extension will add an context option 'Add to Google Calender' on right click context of every item.”。
扩展截图
下载Nirvana HQ Add to Calendar Feature扩展crx文件
下载Nirvana HQ Add to Calendar Feature扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension will give you the ability to right click on a TODO item in the webapp Nirvana HQ and add that item to your google calendar. You must be logged into google calendar for this to work.
扩展基本信息
名称 | ![]() |
ID | enfogplbopdmdjhnigjaijcnacjlcpme |
官方URL | https://chrome.google.com/webstore/detail/nirvana-hq-add-to-calenda/enfogplbopdmdjhnigjaijcnacjlcpme |
简介 | This extension will add an context option 'Add to Google Calender' on right click context of every item. |
文件大小 | 132 KB |
安装次数 | 499 |
当前版本 | 0.0.0.3 |
更新时间 | 2016-12-08 |
上架时间 | 2016-12-08 |
评分 | 3.64/5 共11次评分 |
开发者 | Matt |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nirvana HQ Add to Calendar Feature", "version": "0.0.0.3", "description": "This extension will add an context option 'Add to Google Calender' on right click context of every item.", "background": { "page": "background.html" }, "manifest_version": 2, "browser_action": { "name": "Manipulate DOM", "icons": [ "icon.png" ], "default_icon": "icon.png" }, "commands": { "random": { "suggested_key": { "default": "Alt+Shift+L" }, "description": "Load a random link" } }, "content_scripts": [ { "js": [ "jquery.min.js", "background.js" ], "matches": [ "https:\/\/focus.nirvanahq.com\/" ] } ], "permissions": [ "activeTab" ] } |