Motivation (devm33 fork)

Replace new tab page with Motivation

Motivation (devm33 fork) là gì?

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

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

                        Displays a counter of your age in years to eight decimal places on the new tab page.

Also displays bookmarks along left side of screen navigable by clicking or pressing hot key.                    

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

Tên Motivation (devm33 fork) Motivation (devm33 fork)
ID edaphnidncfdooaldnhdmijjephlbehh
URL Chính Thức https://chromewebstore.google.com/detail/motivation-devm33-fork/edaphnidncfdooaldnhdmijjephlbehh
Mô tả Replace new tab page with Motivation
Kích Thước Tệp 323 KB
Số Lần Cài Đặt 165
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2014-11-16
Ngày Phát Hành 2014-11-16
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển devm33
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/devm33/motivation
URL Trang Trợ Giúp https://github.com/devm33/motivation
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "motivation.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "dashboard.html"
    },
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/",
        "tabs"
    ],
    "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 (devm33 fork)",
    "offline_enabled": true,
    "version": "0.5"
}