Motivation-huh?

Replace new tab page with Motivation

Motivation-huh? là gì?

Motivation-huh? là một tiện ích mở rộng Chrome được phát triển bởi Unknown, 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-huh?

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

                        modify from https://chrome.google.com/webstore/detail/motivation/ofdgfpchbidcgncgfpdlpclnpaemakoj

countdown your TTL                    

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

Tên Motivation-huh? Motivation-huh?
ID gjiindielolnpcmjbhiojfpojlodnicl
URL Chính Thức https://chromewebstore.google.com/detail/motivation-huh/gjiindielolnpcmjbhiojfpojlodnicl
Mô tả Replace new tab page with Motivation
Kích Thước Tệp 96.61 KB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2014-12-26
Ngày Phát Hành 2014-12-25
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Unknown
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-huh?",
    "offline_enabled": true,
    "version": "0.1"
}