Morning Espresso

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

Wat is Morning Espresso?

Morning Espresso is een Chrome-extensie ontwikkeld door ohsatgames, en de belangrijkste functie is "Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Morning Espresso

Download Morning Espresso-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Morning Espresso Morning Espresso
ID ganjacdbmjoggmfcgdpcjimpgjehpodm
Officiële URL https://chrome.google.com/webstore/detail/morning-espresso/ganjacdbmjoggmfcgdpcjimpgjehpodm
Beschrijving Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea.
Bestandsgrootte 52.68 KB
Aantal Installaties 391
Huidige Versie 0.8.2
Laatst Bijgewerkt 2016-10-23
Publicatiedatum 2016-10-23
Beoordeling 3.00/5 Totaal 3 Beoordelingen
Ontwikkelaar ohsatgames
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina http://www.ohsat.com/privacy
Ondersteunde Talen 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"
    ]
}