Morning Espresso
Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea.
Cos'è Morning Espresso?
Morning Espresso è un'estensione di Chrome sviluppata da ohsatgames, e la sua funzione principale è "Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Morning Espresso
Scarica i file di estensione Morning Espresso in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ganjacdbmjoggmfcgdpcjimpgjehpodm |
URL Ufficiale | https://chrome.google.com/webstore/detail/morning-espresso/ganjacdbmjoggmfcgdpcjimpgjehpodm |
Descrizione | Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea. |
Dimensione del File | 52.68 KB |
Conteggio Installazioni | 391 |
Versione Corrente | 0.8.2 |
Ultimo Aggiornamento | 2016-10-23 |
Data di Pubblicazione | 2016-10-23 |
Valutazione | 3.00/5 Totale 3 Valutazioni |
Sviluppatore | ohsatgames |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | http://www.ohsat.com/privacy |
Lingue Supportate | 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" ] } |