Morning Espresso

Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea.

What is Morning Espresso?

Morning Espresso is a Chrome extension developed by ohsatgames, and its main feature is "Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea.".

Extension Screenshots

screenshot

Download Morning Espresso Extension CRX File

Download Morning Espresso extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Morning Espresso Morning Espresso
ID ganjacdbmjoggmfcgdpcjimpgjehpodm
Official URL https://chrome.google.com/webstore/detail/morning-espresso/ganjacdbmjoggmfcgdpcjimpgjehpodm
Description Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea.
File Size 52.68 KB
Installation Count 391
Current Version 0.8.2
Last Updated 2016-10-23
Publish Date 2016-10-23
Rating 3.00/5 Total 3 Ratings
Developer ohsatgames
Email [email protected]
Payment Type free
Privacy Policy Page URL http://www.ohsat.com/privacy
Supported Languages 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"
    ]
}