MorningTab
Welcome to your Digital Morning Routine!
O que é MorningTab?
MorningTab é uma extensão do Chrome desenvolvida por MorningTab, e sua principal característica é "Welcome to your Digital Morning Routine!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão MorningTab
Baixe arquivos de extensão MorningTab 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
Welcome to your digital morning routine! MorningTab wants to give you a great start to every day by helping bring some of the most popular morning activities to the web - all in one tab view! Enjoy some timed meditation, catch up on the latest news, write down your goals, and more! Still in beta mode - please email us with your suggestions/feedback and see your idea come to life in the next version! ***Fixed link now Available! Apologies for the confusion...***
Informações Básicas da Extensão
Nome | MorningTab |
ID | dhkhjkhggidmfjicpkgabikpbojmofdi |
URL Oficial | https://chromewebstore.google.com/detail/morningtab/dhkhjkhggidmfjicpkgabikpbojmofdi |
Descrição | Welcome to your Digital Morning Routine! |
Tamanho do Arquivo | 8.85 MB |
Contagem de Instalações | 55 |
Versão Atual | 1.1.5 |
Última Atualização | 2017-06-26 |
Data de Publicação | 2017-06-25 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | MorningTab |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MorningTab", "description": "Welcome to your Digital Morning Routine!", "version": "1.1.5", "manifest_version": 2, "icons": { "128": "icon.png", "64": "icon64.png", "48": "icon48.png", "32": "icon32.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "MorningTab" }, "background": { "scripts": [ "js\/MorningTab.js" ], "persistent": false }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Shift+P", "mac": "Command+Shift+P", "chromeos": "Ctrl+Shift+P", "linux": "Ctrl+Shift+P" } } }, "permissions": [ "tabs", "alarms", "activeTab" ], "content_security_policy": "" } |