Motivation (devm33 fork)

Replace new tab page with Motivation

什么是Motivation (devm33 fork)?

Motivation (devm33 fork)是由devm33开发的Chrome扩展程序,该扩展的主要功能是“Replace new tab page with Motivation”。

扩展截图

screenshot

下载Motivation (devm33 fork)扩展crx文件

下载Motivation (devm33 fork)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Motivation (devm33 fork) Motivation (devm33 fork)
ID edaphnidncfdooaldnhdmijjephlbehh
官方URL https://chromewebstore.google.com/detail/motivation-devm33-fork/edaphnidncfdooaldnhdmijjephlbehh
简介 Replace new tab page with Motivation
文件大小 323 KB
安装次数 165
当前版本 0.5
更新时间 2014-11-16
上架时间 2014-11-16
评分 5.00/5 共3次评分
开发者 devm33
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/devm33/motivation
帮助页面URL https://github.com/devm33/motivation
支持的语言 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"
}