Morning Espresso
Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea.
O que é Morning Espresso?
Morning Espresso é uma extensão do Chrome desenvolvida por ohsatgames, e sua principal característica é "Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Morning Espresso
Baixe arquivos de extensão Morning Espresso 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
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.
Informações Básicas da Extensão
Nome | |
ID | ganjacdbmjoggmfcgdpcjimpgjehpodm |
URL Oficial | https://chrome.google.com/webstore/detail/morning-espresso/ganjacdbmjoggmfcgdpcjimpgjehpodm |
Descrição | Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea. |
Tamanho do Arquivo | 52.68 KB |
Contagem de Instalações | 391 |
Versão Atual | 0.8.2 |
Última Atualização | 2016-10-23 |
Data de Publicação | 2016-10-23 |
Classificação | 3.00/5 Total de 3 Avaliações |
Desenvolvedor | ohsatgames |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | http://www.ohsat.com/privacy |
Idiomas Suportados | 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" ] } |