Morning Espresso
Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea.
Τι είναι το Morning Espresso;
Το Morning Espresso είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ohsatgames, και η κύρια λειτουργία του είναι "Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Morning Espresso
Λήψη αρχείων επέκτασης Morning Espresso σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | ganjacdbmjoggmfcgdpcjimpgjehpodm |
Επίσημο URL | https://chrome.google.com/webstore/detail/morning-espresso/ganjacdbmjoggmfcgdpcjimpgjehpodm |
Περιγραφή | Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea. |
Μέγεθος Αρχείου | 52.68 KB |
Αριθμός Εγκαταστάσεων | 391 |
Τρέχουσα Έκδοση | 0.8.2 |
Τελευταία Ενημέρωση | 2016-10-23 |
Ημερομηνία Δημοσίευσης | 2016-10-23 |
Αξιολόγηση | 3.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | ohsatgames |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | http://www.ohsat.com/privacy |
Υποστηριζόμενες Γλώσσες | 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" ] } |