Retwddit
A button for Twitter to quickly copy in the correct format for Reddit
Was ist Retwddit?
Retwddit ist eine Chrome-Erweiterung, die von Gianluca Bobbio (aka cheese_maniac) entwickelt wurde, und ihr Hauptmerkmal ist "A button for Twitter to quickly copy in the correct format for Reddit".
Erweiterungsscreenshots
Retwddit-Erweiterungs-CRX-Datei herunterladen
Laden Sie Retwddit-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | faahhamckjlbjomeojfbimmeflangelk |
Offizielle URL | https://chrome.google.com/webstore/detail/retwddit/faahhamckjlbjomeojfbimmeflangelk |
Beschreibung | A button for Twitter to quickly copy in the correct format for Reddit |
Dateigröße | 73.8 KB |
Installationsanzahl | 37 |
Aktuelle Version | 2 |
Letztes Update | 2015-07-21 |
Veröffentlichungsdatum | 2015-07-21 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Gianluca Bobbio (aka cheese_maniac) |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |