Morning Espresso

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

Morning Espresso là gì?

Morning Espresso là một tiện ích mở rộng Chrome được phát triển bởi ohsatgames, và tính năng chính của nó là "Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Morning Espresso

Tải xuống các tệp mở rộng Morning Espresso dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Morning Espresso Morning Espresso
ID ganjacdbmjoggmfcgdpcjimpgjehpodm
URL Chính Thức https://chrome.google.com/webstore/detail/morning-espresso/ganjacdbmjoggmfcgdpcjimpgjehpodm
Mô tả Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea.
Kích Thước Tệp 52.68 KB
Số Lần Cài Đặt 391
Phiên Bản Hiện Tại 0.8.2
Cập Nhật Lần Cuối 2016-10-23
Ngày Phát Hành 2016-10-23
Đánh Giá 3.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển ohsatgames
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://www.ohsat.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}