Morning Espresso

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

Co to jest Morning Espresso?

Morning Espresso to rozszerzenie Chrome opracowane przez ohsatgames, a jego główną funkcją jest „Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Morning Espresso

Pobierz pliki rozszerzeń Morning Espresso w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Morning Espresso Morning Espresso
ID ganjacdbmjoggmfcgdpcjimpgjehpodm
Oficjalny URL https://chrome.google.com/webstore/detail/morning-espresso/ganjacdbmjoggmfcgdpcjimpgjehpodm
Opis Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea.
Rozmiar pliku 52.68 KB
Liczba instalacji 391
Aktualna Wersja 0.8.2
Ostatnia Aktualizacja 2016-10-23
Data Publikacji 2016-10-23
Ocena 3.00/5 Łącznie 3 Oceny
Deweloper ohsatgames
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności http://www.ohsat.com/privacy
Obsługiwane Języki 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"
    ]
}