Reddit Makeover
Make reddit easier on the eyes.
什么是Reddit Makeover?
Reddit Makeover是由uxmatthew开发的Chrome扩展程序,该扩展的主要功能是“Make reddit easier on the eyes.”。
扩展截图
下载Reddit Makeover扩展crx文件
下载Reddit Makeover扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Reddit Makeover v 1.0 [NEW! 2013]
This simple extension INSTANTLY makes the reddit.com experience 100X more pleasurable.
It's easier to scan, read, and understand.
Whether you're new to reddit or an old pro, this extension is a life saver! 扩展基本信息
| 名称 | |
| ID | gobfpbbhfcmlnfcagochgigpbelbfcbn |
| 官方URL | https://chromewebstore.google.com/detail/reddit-makeover/gobfpbbhfcmlnfcagochgigpbelbfcbn |
| 简介 | Make reddit easier on the eyes. |
| 文件大小 | 93.78 KB |
| 安装次数 | 63 |
| 当前版本 | 1.2 |
| 更新时间 | 2013-11-18 |
| 上架时间 | 2013-11-18 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | uxmatthew |
| 付费类型 | free |
| 扩展官网 | http://www.uxmatthew.com |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Reddit Makeover",
"version": "1.2",
"manifest_version": 2,
"description": "Make reddit easier on the eyes.",
"content_scripts": [
{
"matches": [
"http:\/\/*.reddit.com\/*",
"https:\/\/*.reddit.com\/*"
],
"css": [
"mystyles.css"
],
"js": [
"jquery.js",
"myscript.js"
]
}
],
"permissions": [
"http:\/\/api.flickr.com\/"
]
} | |