Rabbit for Reddit by PiQue
Submit any link to Reddit
What is Rabbit for Reddit by PiQue?
Rabbit for Reddit by PiQue is a Chrome extension developed by https://pique.co.za, and its main feature is "Submit any link to Reddit".
Extension Screenshots
Download Rabbit for Reddit by PiQue Extension CRX File
Download Rabbit for Reddit by PiQue 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
Rabbit for Reddit adds a page action to your address bar allowing you to share your current page to Reddit from the Chrome address bar. Nothing fancy in this version, just a simple submit to Reddit button that will allow you to share links like any other blog button.
Extension Basic Information
Name | Rabbit for Reddit by PiQue |
ID | alenjohkkffpbnefpkpjplcbgihadckm |
Official URL | https://chromewebstore.google.com/detail/rabbit-for-reddit-by-piqu/alenjohkkffpbnefpkpjplcbgihadckm |
Description | Submit any link to Reddit |
File Size | 17.43 KB |
Installation Count | 31 |
Current Version | 0.1 |
Last Updated | 2013-12-23 |
Publish Date | 2013-12-23 |
Rating | 4.00/5 Total 1 Ratings |
Developer | https://pique.co.za |
Payment Type | free |
Extension Website | http://pique.co.za |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rabbit for Reddit by PiQue", "description": "Submit any link to Reddit", "version": "0.1", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": true }, "page_action": { "default_title": "Rabbit for Reddit! Submit this URL to Reddit.", "default_icon": { "16": "rabbit16.png", "19": "rabbit19.png", "38": "rabbit38.png", "128": "rabbit128.png" } }, "icons": { "16": "rabbit16.png", "19": "rabbit19.png", "38": "rabbit38.png", "128": "rabbit128.png" }, "permissions": [ "tabs", "*:\/\/*\/*" ], "options_page": "options.html" } |