Retwddit
A button for Twitter to quickly copy in the correct format for Reddit
What is Retwddit?
Retwddit is a Chrome extension developed by Gianluca Bobbio (aka cheese_maniac), and its main feature is "A button for Twitter to quickly copy in the correct format for Reddit".
Extension Screenshots
Download Retwddit Extension CRX File
Download Retwddit 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 button for Twitter to quickly copy in the correct format for Reddit. In the buttons section you will see the reddit button. Click it, and an alert will appear with this format: [FullName] TweetText Url. Just remember to cut the Url for the Url section. New tweets loaded will have a button too! Psst, if you want to contribute, I have a PayPal account with [email protected], and that would be great! thanks! :) You cand send your questions or recommendations to [email protected] So, happy use! and sorry for bad english!
Extension Basic Information
Name | |
ID | faahhamckjlbjomeojfbimmeflangelk |
Official URL | https://chrome.google.com/webstore/detail/retwddit/faahhamckjlbjomeojfbimmeflangelk |
Description | A button for Twitter to quickly copy in the correct format for Reddit |
File Size | 73.8 KB |
Installation Count | 37 |
Current Version | 2 |
Last Updated | 2015-07-21 |
Publish Date | 2015-07-21 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Gianluca Bobbio (aka cheese_maniac) |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Retwddit", "description": "A button for Twitter to quickly copy in the correct format for Reddit", "version": "2", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ], "js": [ "jquery-2.1.4.min.js", "retwddit.js" ], "css": [ "retwddit.css" ] } ] } |