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 |
Eメール | [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" ] } |