Retwddit

A button for Twitter to quickly copy in the correct format for Reddit

Qu'est-ce que Retwddit ?

Retwddit est une extension Chrome développée par Gianluca Bobbio (aka cheese_maniac), et sa fonction principale est "A button for Twitter to quickly copy in the correct format for Reddit".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Retwddit

Téléchargez les fichiers d'extension Retwddit au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Retwddit Retwddit
ID faahhamckjlbjomeojfbimmeflangelk
URL Officiel https://chrome.google.com/webstore/detail/retwddit/faahhamckjlbjomeojfbimmeflangelk
Description A button for Twitter to quickly copy in the correct format for Reddit
Taille du Fichier 73.8 KB
Nombre d'Installations 37
Version Actuelle 2
Dernière Mise à Jour 2015-07-21
Date de Publication 2015-07-21
Évaluation 5.00/5 Total 2 Évaluations
Développeur Gianluca Bobbio (aka cheese_maniac)
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}