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