Demotivation
Replace new tab page with pixelized troll faces.
什么是Demotivation?
Demotivation是由Genadi Samokovarov开发的Chrome扩展程序,该扩展的主要功能是“Replace new tab page with pixelized troll faces.”。
扩展截图
下载Demotivation扩展crx文件
下载Demotivation扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Demotivations displays a pixelated troll face on new tabs. Just so your friends can keep on asking what's that. 扩展基本信息
| 名称 | |
| ID | hhfijaoldpjpdeelnaickbegikodfnhh |
| 官方URL | https://chromewebstore.google.com/detail/demotivation/hhfijaoldpjpdeelnaickbegikodfnhh |
| 简介 | Replace new tab page with pixelized troll faces. |
| 文件大小 | 26.89 KB |
| 安装次数 | 170 |
| 当前版本 | 0.1 |
| 更新时间 | 2016-03-04 |
| 上架时间 | 2016-03-04 |
| 评分 | 3.67/5 共3次评分 |
| 开发者 | Genadi Samokovarov |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"persistent": false,
"scripts": [
"demotivation.js"
]
},
"chrome_url_overrides": {
"newtab": "dashboard.html"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"description": "Replace new tab page with pixelized troll faces.",
"icons": {
"128": "icon-128.png",
"64": "icon-64.png",
"48": "icon-48.png",
"16": "icon-16.png"
},
"manifest_version": 2,
"name": "Demotivation",
"offline_enabled": true,
"version": "0.1"
} | |