Morning Espresso
Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea.
Vad är Morning Espresso?
Morning Espresso är en Chrome-tillägg utvecklad av ohsatgames, och dess huvudfunktion är "Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea.".
Tilläggsskärmbilder
Ladda ner Morning Espresso-förlängningens CRX-fil
Ladda ner Morning Espresso-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | ganjacdbmjoggmfcgdpcjimpgjehpodm |
Officiell webbadress | https://chrome.google.com/webstore/detail/morning-espresso/ganjacdbmjoggmfcgdpcjimpgjehpodm |
Beskrivning | Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea. |
Filstorlek | 52.68 KB |
Antal Installationer | 391 |
Aktuell Version | 0.8.2 |
Senast Uppdaterad | 2016-10-23 |
Publiceringsdatum | 2016-10-23 |
Betyg | 3.00/5 Totalt 3 Betyg |
Utvecklare | ohsatgames |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | http://www.ohsat.com/privacy |
Stödda Språk | 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" ] } |