Reddit Squared
A reimaging of the reddit experience. Currently in Beta.
Co je Reddit Squared?
Reddit Squared je rozšíření Chrome vyvinuté nick.ed.dale, a jeho hlavní funkcí je „A reimaging of the reddit experience. Currently in Beta.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Reddit Squared
Stáhněte si soubory rozšíření Reddit Squared ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | anggmmdeliefkklpmkpeofepgnmkjohp |
Oficiální URL | https://chrome.google.com/webstore/detail/reddit-squared/anggmmdeliefkklpmkpeofepgnmkjohp |
Popis | A reimaging of the reddit experience. Currently in Beta. |
Velikost souboru | 8.08 MB |
Počet instalací | 23 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2014-06-17 |
Datum Vydání | 2014-06-17 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | nick.ed.dale |
Typ Platby | free |
Podporované Jazyky | 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" ] } |