Motivation

Replace new tab page with Motivation

Motivation là gì?

Motivation là một tiện ích mở rộng Chrome được phát triển bởi maccman, và tính năng chính của nó là "Replace new tab page with 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 Motivation

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

                        Replaces your 'new-tab' page with a real-time counter showing your current age.                    

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

Tên Motivation Motivation
ID ofdgfpchbidcgncgfpdlpclnpaemakoj
URL Chính Thức https://chromewebstore.google.com/detail/motivation/ofdgfpchbidcgncgfpdlpclnpaemakoj
Mô tả Replace new tab page with Motivation
Kích Thước Tệp 96.48 KB
Số Lần Cài Đặt 37,605
Phiên Bản Hiện Tại 0.6
Cập Nhật Lần Cuối 2014-07-18
Ngày Phát Hành 2014-07-17
Đánh Giá 4.44/5 Tổng số 412 Đánh Giá
Nhà Phát Triển maccman
Loại Thanh Toán free
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 Motivation",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "Motivation",
    "offline_enabled": true,
    "version": "0.6"
}