Daily Motivation

Replace new tab page with Daily Motivation

Daily Motivation là gì?

Daily Motivation là một tiện ích mở rộng Chrome được phát triển bởi aarohmankad, và tính năng chính của nó là "Replace new tab page with Daily Motivation".

Ả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 Daily Motivation

Tải xuống các tệp mở rộng Daily Motivation 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 new tab page counts down the hours, minutes, and seconds left today to keep you motivated throughout your day.

It feels like you're always competing on the clock to get your tasks done!                    

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

Tên Daily Motivation Daily Motivation
ID mmgepjldageingldphdeebmgaemdciio
URL Chính Thức https://chromewebstore.google.com/detail/daily-motivation/mmgepjldageingldphdeebmgaemdciio
Mô tả Replace new tab page with Daily Motivation
Kích Thước Tệp 62.54 KB
Số Lần Cài Đặt 700
Phiên Bản Hiện Tại 0.15
Cập Nhật Lần Cuối 2017-06-21
Ngày Phát Hành 2017-06-20
Đánh Giá 4.08/5 Tổng số 13 Đánh Giá
Nhà Phát Triển aarohmankad
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.github.com/aarohmankad/motivation
URL Trang Trợ Giúp http://www.github.com/aarohmankad/motivation
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "motivation.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "dashboard.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Replace new tab page with Daily Motivation",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "Daily Motivation",
    "offline_enabled": true,
    "version": "0.15"
}