Morning Espresso

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

Co je Morning Espresso?

Morning Espresso je rozšíření Chrome vyvinuté ohsatgames, a jeho hlavní funkcí je „Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Morning Espresso

Stáhněte si soubory rozšíření Morning Espresso ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Morning Espresso Morning Espresso
ID ganjacdbmjoggmfcgdpcjimpgjehpodm
Oficiální URL https://chrome.google.com/webstore/detail/morning-espresso/ganjacdbmjoggmfcgdpcjimpgjehpodm
Popis Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea.
Velikost souboru 52.68 KB
Počet instalací 391
Aktuální Verze 0.8.2
Poslední Aktualizace 2016-10-23
Datum Vydání 2016-10-23
Hodnocení 3.00/5 Celkem 3 Hodnocení
Vývojář ohsatgames
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí http://www.ohsat.com/privacy
Podporované Jazyky 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"
    ]
}