Non-Official Retweeter for Twitter

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

What is Non-Official Retweeter for Twitter?

Non-Official Retweeter for Twitter is a Chrome extension developed by r.nakamaru, and its main feature is "You will be able to send a message as unofficial (quote) retweet on the Twitter.".

Extension Screenshots

screenshot
screenshot

Download Non-Official Retweeter for Twitter Extension CRX File

Download Non-Official Retweeter for Twitter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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に変換                    

Extension Basic Information

Name Non-Official Retweeter for Twitter Non-Official Retweeter for Twitter
ID ilaejopladeipndncbhijlbildagmmni
Official URL https://chromewebstore.google.com/detail/non-official-retweeter-fo/ilaejopladeipndncbhijlbildagmmni
Description You will be able to send a message as unofficial (quote) retweet on the Twitter.
File Size 122 KB
Installation Count 17
Current Version 0.3.0
Last Updated 2012-10-18
Publish Date 2012-10-18
Rating 5.00/5 Total 3 Ratings
Developer r.nakamaru
Payment Type free
Extension Website https://github.com/pottava/
Supported Languages 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\/*"
            ]
        }
    ]
}