Nirvana HQ Add to Calendar Feature
This extension will add an context option 'Add to Google Calender' on right click context of every item.
O que é Nirvana HQ Add to Calendar Feature?
Nirvana HQ Add to Calendar Feature é uma extensão do Chrome desenvolvida por Matt, e sua principal característica é "This extension will add an context option 'Add to Google Calender' on right click context of every item.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Nirvana HQ Add to Calendar Feature
Baixe arquivos de extensão Nirvana HQ Add to Calendar Feature no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | ![]() |
ID | enfogplbopdmdjhnigjaijcnacjlcpme |
URL Oficial | https://chrome.google.com/webstore/detail/nirvana-hq-add-to-calenda/enfogplbopdmdjhnigjaijcnacjlcpme |
Descrição | This extension will add an context option 'Add to Google Calender' on right click context of every item. |
Tamanho do Arquivo | 132 KB |
Contagem de Instalações | 499 |
Versão Atual | 0.0.0.3 |
Última Atualização | 2016-12-08 |
Data de Publicação | 2016-12-08 |
Classificação | 3.64/5 Total de 11 Avaliações |
Desenvolvedor | Matt |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |