Morning Espresso

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

什么是Morning Espresso?

Morning Espresso是由ohsatgames开发的Chrome扩展程序,该扩展的主要功能是“Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea.”。

扩展截图

screenshot

下载Morning Espresso扩展crx文件

下载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.                    

扩展基本信息

名称 Morning Espresso Morning Espresso
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"
    ]
}