Reddit Squared
A reimaging of the reddit experience. Currently in Beta.
Wat is Reddit Squared?
Reddit Squared is een Chrome-extensie ontwikkeld door nick.ed.dale, en de belangrijkste functie is "A reimaging of the reddit experience. Currently in Beta.".
Extensie Screenshots
Download het CRX-bestand van de extensie Reddit Squared
Download Reddit Squared-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | anggmmdeliefkklpmkpeofepgnmkjohp |
Officiële URL | https://chrome.google.com/webstore/detail/reddit-squared/anggmmdeliefkklpmkpeofepgnmkjohp |
Beschrijving | A reimaging of the reddit experience. Currently in Beta. |
Bestandsgrootte | 8.08 MB |
Aantal Installaties | 23 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-06-17 |
Publicatiedatum | 2014-06-17 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | nick.ed.dale |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |