Reddit Squared
A reimaging of the reddit experience. Currently in Beta.
什么是Reddit Squared?
Reddit Squared是由nick.ed.dale开发的Chrome扩展程序,该扩展的主要功能是“A reimaging of the reddit experience. Currently in Beta.”。
扩展截图
下载Reddit Squared扩展crx文件
下载Reddit Squared扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A web app for reddit that completely redesigns the site. Best suited for Retina screens with ad-block plus. -Embeds pictures and videos. -Infinite scroll so you can just keep on keepin' on
扩展基本信息
名称 | |
ID | anggmmdeliefkklpmkpeofepgnmkjohp |
官方URL | https://chrome.google.com/webstore/detail/reddit-squared/anggmmdeliefkklpmkpeofepgnmkjohp |
简介 | A reimaging of the reddit experience. Currently in Beta. |
文件大小 | 8.08 MB |
安装次数 | 23 |
当前版本 | 1.0 |
更新时间 | 2014-06-17 |
上架时间 | 2014-06-17 |
评分 | 5.00/5 共1次评分 |
开发者 | nick.ed.dale |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit Squared", "description": "A reimaging of the reddit experience. Currently in Beta.", "version": "1.0", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.reddit.com\/*" ], "css": [ "mystyles.css" ], "js": [ "jquery-2.1.1.min.js", "myscript.js" ] } ], "web_accessible_resources": [ "img\/*jpg", "img\/*png" ] } |