MorningTab
Welcome to your Digital Morning Routine!
¿Qué es MorningTab?
MorningTab es una extensión de Chrome desarrollada por MorningTab, y su función principal es "Welcome to your Digital Morning Routine!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión MorningTab
Descarga archivos de extensión MorningTab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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...***
Información Básica de la Extensión
Nombre | MorningTab |
ID | dhkhjkhggidmfjicpkgabikpbojmofdi |
URL Oficial | https://chromewebstore.google.com/detail/morningtab/dhkhjkhggidmfjicpkgabikpbojmofdi |
Descripción | Welcome to your Digital Morning Routine! |
Tamaño del Archivo | 8.85 MB |
Cantidad de Instalaciones | 55 |
Versión Actual | 1.1.5 |
Última Actualización | 2017-06-26 |
Fecha de Publicación | 2017-06-25 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | MorningTab |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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": "" } |