Motivation-huh?
Replace new tab page with Motivation
什么是Motivation-huh??
Motivation-huh?是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Replace new tab page with Motivation”。
扩展截图
下载Motivation-huh?扩展crx文件
下载Motivation-huh?扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
modify from https://chrome.google.com/webstore/detail/motivation/ofdgfpchbidcgncgfpdlpclnpaemakoj countdown your TTL
扩展基本信息
名称 | Motivation-huh? |
ID | gjiindielolnpcmjbhiojfpojlodnicl |
官方URL | https://chromewebstore.google.com/detail/motivation-huh/gjiindielolnpcmjbhiojfpojlodnicl |
简介 | Replace new tab page with Motivation |
文件大小 | 96.61 KB |
安装次数 | 22 |
当前版本 | 0.1 |
更新时间 | 2014-12-26 |
上架时间 | 2014-12-25 |
评分 | 5.00/5 共1次评分 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | 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" } |