Retwddit

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

Retwddit क्या है?

Retwddit Gianluca Bobbio (aka cheese_maniac) द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A button for Twitter to quickly copy in the correct format for Reddit"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Retwddit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Retwddit Retwddit
ID faahhamckjlbjomeojfbimmeflangelk
आधिकारिक URL https://chrome.google.com/webstore/detail/retwddit/faahhamckjlbjomeojfbimmeflangelk
विवरण A button for Twitter to quickly copy in the correct format for Reddit
फ़ाइल का आकार 73.8 KB
स्थापना संख्या 37
वर्तमान संस्करण 2
अंतिम अपडेट 2015-07-21
प्रकाशन तिथि 2015-07-21
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Gianluca Bobbio (aka cheese_maniac)
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
            ]
        }
    ]
}