Morning Espresso
Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea.
¿Qué es Morning Espresso?
Morning Espresso es una extensión de Chrome desarrollada por ohsatgames, y su función principal es "Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Morning Espresso
Descarga archivos de extensión Morning Espresso 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
My take on the popular Firefox extension Morning Coffee. Organize websites by day and open them up simultaneously with a click while you enjoy your morning espresso, coffee or even tea.
Información Básica de la Extensión
Nombre | |
ID | ganjacdbmjoggmfcgdpcjimpgjehpodm |
URL Oficial | https://chrome.google.com/webstore/detail/morning-espresso/ganjacdbmjoggmfcgdpcjimpgjehpodm |
Descripción | Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea. |
Tamaño del Archivo | 52.68 KB |
Cantidad de Instalaciones | 391 |
Versión Actual | 0.8.2 |
Última Actualización | 2016-10-23 |
Fecha de Publicación | 2016-10-23 |
Calificación | 3.00/5 Total de 3 Calificaciones |
Desarrollador | ohsatgames |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | http://www.ohsat.com/privacy |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Morning Espresso", "short_name": "Espresso", "description": "Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea.", "version": "0.8.2", "browser_action": { "default_icon": "icon19.png", "default_popup": "mainmenu.html", "default_title": "Grab a cup!" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "activeTab", "storage" ] } |