Fancy Motivation Tab
Override the new tab page with a Motivation Fancy
什么是Fancy Motivation Tab?
Fancy Motivation Tab是由LONG LA开发的Chrome扩展程序,该扩展的主要功能是“Override the new tab page with a Motivation Fancy”。
扩展截图
下载Fancy Motivation Tab扩展crx文件
下载Fancy Motivation Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Make the new tab look fancy with motivational quote. to see how it looks, go to https://longla.github.io/Inspirely/#/motivatives
扩展基本信息
名称 | Fancy Motivation Tab |
ID | igbkklljibhkighkhflfhdcjglmfdejp |
官方URL | https://chromewebstore.google.com/detail/fancy-motivation-tab/igbkklljibhkighkhflfhdcjglmfdejp |
简介 | Override the new tab page with a Motivation Fancy |
文件大小 | 37.33 MB |
安装次数 | 82 |
当前版本 | 1.0.0 |
更新时间 | 2016-08-09 |
上架时间 | 2016-08-09 |
评分 | 4.88/5 共8次评分 |
开发者 | LONG LA |
付费类型 | free |
扩展官网 | https://longla.github.io/Inspirely/#/motivatives |
帮助页面URL | https://longla.github.io/Inspirely/#/motivatives |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fancy Motivation Tab", "description": "Override the new tab page with a Motivation Fancy", "short_name": "Motivation Tab", "minimum_chrome_version": "24.0.1307.0", "version": "1.0.0", "icons": { "16": "Quotation-Marks-16.png", "128": "Quotation-Marks-128.png" }, "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" }, "manifest_version": 2 } |