Retwddit
A button for Twitter to quickly copy in the correct format for Reddit
Wat is Retwddit?
Retwddit is een Chrome-extensie ontwikkeld door Gianluca Bobbio (aka cheese_maniac), en de belangrijkste functie is "A button for Twitter to quickly copy in the correct format for Reddit".
Extensie Screenshots
Download het CRX-bestand van de extensie Retwddit
Download Retwddit-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 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!
Basisinformatie over de Extensie
Naam | |
ID | faahhamckjlbjomeojfbimmeflangelk |
Officiële URL | https://chrome.google.com/webstore/detail/retwddit/faahhamckjlbjomeojfbimmeflangelk |
Beschrijving | A button for Twitter to quickly copy in the correct format for Reddit |
Bestandsgrootte | 73.8 KB |
Aantal Installaties | 37 |
Huidige Versie | 2 |
Laatst Bijgewerkt | 2015-07-21 |
Publicatiedatum | 2015-07-21 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Gianluca Bobbio (aka cheese_maniac) |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |