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" ] } |