Flatit
A modern styling for reddit.
什么是Flatit?
Flatit是由Will Hitchcock开发的Chrome扩展程序,该扩展的主要功能是“A modern styling for reddit.”。
扩展截图
下载Flatit扩展crx文件
下载Flatit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Flatit subtly cleans up unnecessary noise in the reddit interface while maintaining the same reddit feel that you have grown to love. Works well with RES.
扩展基本信息
名称 | Flatit |
ID | blkfjcojlgcgillkmcaahalnnibhkpdl |
官方URL | https://chromewebstore.google.com/detail/flatit/blkfjcojlgcgillkmcaahalnnibhkpdl |
简介 | A modern styling for reddit. |
文件大小 | 44.57 KB |
安装次数 | 208 |
当前版本 | 1.0 |
更新时间 | 2013-08-12 |
上架时间 | 2013-08-12 |
评分 | 3.90/5 共21次评分 |
开发者 | Will Hitchcock |
付费类型 | free |
扩展官网 | https://github.com/hitchcockwill/flat-reddit |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Flatit", "version": "1.0", "description": "A modern styling for reddit.", "icons": { "48": "img\/flat-reddit-icon-48.png", "128": "img\/flat-reddit-icon.png" }, "content_scripts": [ { "css": [ "css\/config.css" ], "matches": [ "http:\/\/www.reddit.com\/*" ], "run_at": "document_start" }, { "css": [ "css\/style.css" ], "js": [ "js\/jquery.min.js", "js\/script.js" ], "matches": [ "http:\/\/www.reddit.com\/*", "https:\/\/ssl.reddit.com\/*" ], "run_at": "document_start" }, { "css": [ "css\/res.css" ], "matches": [ "http:\/\/www.reddit.com\/*", "https:\/\/ssl.reddit.com\/*" ], "run_at": "document_idle" } ] } |