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 |
官方網址 | 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" ] } |