Reddit Post Previewer
A chrome extension to preview new Reddit posts.
What is Reddit Post Previewer?
Reddit Post Previewer is a Chrome extension developed by Nick Rameau, and its main feature is "A chrome extension to preview new Reddit posts.".
Extension Screenshots
Download Reddit Post Previewer Extension CRX File
Download Reddit Post Previewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A chrome extension to preview new Reddit posts. It's open source: https://github.com/R4meau/reddit-post-previewer
Extension Basic Information
Name | Reddit Post Previewer |
ID | cmciogmigfaangcbmlmncbjofgpojgil |
Official URL | https://chromewebstore.google.com/detail/reddit-post-previewer/cmciogmigfaangcbmlmncbjofgpojgil |
Description | A chrome extension to preview new Reddit posts. |
File Size | 52.91 KB |
Installation Count | 113 |
Current Version | 1.0.0 |
Last Updated | 2016-10-10 |
Publish Date | 2016-10-10 |
Rating | 4.33/5 Total 3 Ratings |
Developer | Nick Rameau |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/R4meau/reddit-post-previewer |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reddit Post Previewer", "version": "1.0.0", "description": "A chrome extension to preview new Reddit posts.", "manifest_version": 2, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "content_scripts": [ { "js": [ "js\/jquery-2.0.2.min.js", "js\/showdown.min.js", "js\/background.js" ], "css": [ "css\/custom.css" ], "matches": [ "https:\/\/www.reddit.com\/*submit?selftext=true", "http:\/\/www.reddit.com\/*submit?selftext=true" ] } ] } |