Morning Routine

This addon lets you to specify a bunch of urls to be open when you click the coffee cup in the morning

Morning Routine là gì?

Morning Routine là một tiện ích mở rộng Chrome được phát triển bởi javierguzmandev, và tính năng chính của nó là "This addon lets you to specify a bunch of urls to be open when you click the coffee cup in the morning".

Ả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 Routine

Tải xuống các tệp mở rộng Morning Routine 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

                        This add-on lets you to specify in the options a bunch of web pages URLs separated by a line. When you are in your morning routine you can click the add-on icon and it will open your favorites web pages.                    

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

Tên Morning Routine Morning Routine
ID oomonogdlncffnaapifnabnobndkiojm
URL Chính Thức https://chromewebstore.google.com/detail/morning-routine/oomonogdlncffnaapifnabnobndkiojm
Mô tả This addon lets you to specify a bunch of urls to be open when you click the coffee cup in the morning
Kích Thước Tệp 7.22 KB
Số Lần Cài Đặt 39
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-10-21
Ngày Phát Hành 2022-10-20
Nhà Phát Triển javierguzmandev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/javierguzman/morning-routine
URL Trang Trợ Giúp https://github.com/javierguzman/morning-routine
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "This addon lets you to specify a bunch of urls to be open when you click the coffee cup in the morning",
    "manifest_version": 3,
    "name": "Morning Routine",
    "version": "1.0",
    "author": "Javier Guzman",
    "homepage_url": "https:\/\/github.com\/javierguzman\/morning-routine",
    "icons": {
        "48": "icons\/coffee-cup-48.png"
    },
    "action": {
        "default_icon": {
            "48": "icons\/coffee-cup-48.png"
        },
        "default_title": "Morning Routine"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "storage"
    ]
}