Non-Official Retweeter for Twitter

You will be able to send a message as unofficial (quote) retweet on the Twitter.

Non-Official Retweeter for Twitter क्या है?

Non-Official Retweeter for Twitter r.nakamaru द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "You will be able to send a message as unofficial (quote) retweet on the Twitter."।

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

screenshot
screenshot

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

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

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

                        This is an extension for unofficial Retweets called "Quote Retweet" from Twitter.
"QuoteRetweet" link will be displayed if you point the tweet,
and you can copy it into a textarea for new posts by click.

Twitter公式ページから非公式RT(他人のツイートを引用して自分でツイート)するための拡張です。
ツイートにマウスをホバーさせると「非公式RT」というリンクが表示され、
クリックするとそのツイートの内容を非公式RTの形で
投稿用テキストエリアにコピーします。


[[ 更新履歴 ]]
>> v0.2.8 サイトのどこからでもつぶやけるように
>> v0.2.6 Twitter公式サイトの更新に対応
>> v0.2.3 URLをTwitter内部の短縮URLに変換                    

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

नाम Non-Official Retweeter for Twitter Non-Official Retweeter for Twitter
ID ilaejopladeipndncbhijlbildagmmni
आधिकारिक URL https://chromewebstore.google.com/detail/non-official-retweeter-fo/ilaejopladeipndncbhijlbildagmmni
विवरण You will be able to send a message as unofficial (quote) retweet on the Twitter.
फ़ाइल का आकार 122 KB
स्थापना संख्या 17
वर्तमान संस्करण 0.3.0
अंतिम अपडेट 2012-10-18
प्रकाशन तिथि 2012-10-18
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर r.nakamaru
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/pottava/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Non-Official Retweeter for Twitter",
    "version": "0.3.0",
    "manifest_version": 2,
    "description": "You will be able to send a message as unofficial (quote) retweet on the Twitter.",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "jQuery1.8.1.js",
                "contentscript.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*\/*",
                "https:\/\/twitter.com\/*",
                "http:\/\/twitter.com\/*\/*",
                "http:\/\/twitter.com\/*"
            ]
        }
    ]
}