Morning Espresso
Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea.
Hvad er Morning Espresso?
Morning Espresso er en Chrome-udvidelse udviklet af ohsatgames, og dens hovedfunktion er "Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea.".
Udvidelsesskærmbilleder
Download Morning Espresso-udvidelses-CRX-fil
Download Morning Espresso-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ganjacdbmjoggmfcgdpcjimpgjehpodm |
Officiel URL | https://chrome.google.com/webstore/detail/morning-espresso/ganjacdbmjoggmfcgdpcjimpgjehpodm |
Beskrivelse | Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea. |
Filstørrelse | 52.68 KB |
Antal Installationer | 391 |
Nuværende Version | 0.8.2 |
Senest Opdateret | 2016-10-23 |
Udgivelsesdato | 2016-10-23 |
Bedømmelse | 3.00/5 Samlet 3 Bedømmelser |
Udvikler | ohsatgames |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | http://www.ohsat.com/privacy |
Understøttede Sprog | 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" ] } |