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によって開発されたChromeの拡張機能で、その主な機能は「You will be able to send a message as unofficial (quote) retweet on the Twitter.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Non-Official Retweeter for Twitter拡張機能のCRXファイルをダウンロード

Non-Official Retweeter for Twitter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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\/*"
            ]
        }
    ]
}