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" ] } |