Non-Official Retweeter for Twitter

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

Cos'è Non-Official Retweeter for Twitter?

Non-Official Retweeter for Twitter è un'estensione di Chrome sviluppata da r.nakamaru, e la sua funzione principale è "You will be able to send a message as unofficial (quote) retweet on the Twitter.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Non-Official Retweeter for Twitter

Scarica i file di estensione Non-Official Retweeter for Twitter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Non-Official Retweeter for Twitter Non-Official Retweeter for Twitter
ID ilaejopladeipndncbhijlbildagmmni
URL Ufficiale https://chromewebstore.google.com/detail/non-official-retweeter-fo/ilaejopladeipndncbhijlbildagmmni
Descrizione You will be able to send a message as unofficial (quote) retweet on the Twitter.
Dimensione del File 122 KB
Conteggio Installazioni 17
Versione Corrente 0.3.0
Ultimo Aggiornamento 2012-10-18
Data di Pubblicazione 2012-10-18
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore r.nakamaru
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/pottava/
Lingue Supportate 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\/*"
            ]
        }
    ]
}