Morning Espresso

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

Qu'est-ce que Morning Espresso ?

Morning Espresso est une extension Chrome développée par ohsatgames, et sa fonction principale est "Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Morning Espresso

Téléchargez les fichiers d'extension Morning Espresso au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Morning Espresso Morning Espresso
ID ganjacdbmjoggmfcgdpcjimpgjehpodm
URL Officiel 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.
Taille du Fichier 52.68 KB
Nombre d'Installations 391
Version Actuelle 0.8.2
Dernière Mise à Jour 2016-10-23
Date de Publication 2016-10-23
Évaluation 3.00/5 Total 3 Évaluations
Développeur ohsatgames
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://www.ohsat.com/privacy
Langues Prises en Charge 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"
    ]
}