Morning Espresso
Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea.
Was ist Morning Espresso?
Morning Espresso ist eine Chrome-Erweiterung, die von ohsatgames entwickelt wurde, und ihr Hauptmerkmal ist "Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea.".
Erweiterungsscreenshots
Morning Espresso-Erweiterungs-CRX-Datei herunterladen
Laden Sie Morning Espresso-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ganjacdbmjoggmfcgdpcjimpgjehpodm |
Offizielle URL | https://chrome.google.com/webstore/detail/morning-espresso/ganjacdbmjoggmfcgdpcjimpgjehpodm |
Beschreibung | Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea. |
Dateigröße | 52.68 KB |
Installationsanzahl | 391 |
Aktuelle Version | 0.8.2 |
Letztes Update | 2016-10-23 |
Veröffentlichungsdatum | 2016-10-23 |
Bewertung | 3.00/5 Insgesamt 3 Bewertungen |
Entwickler | ohsatgames |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | http://www.ohsat.com/privacy |
Unterstützte Sprachen | 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" ] } |