Non-Official Retweeter for Twitter
You will be able to send a message as unofficial (quote) retweet on the Twitter.
O que é Non-Official Retweeter for Twitter?
Non-Official Retweeter for Twitter é uma extensão do Chrome desenvolvida por r.nakamaru, e sua principal característica é "You will be able to send a message as unofficial (quote) retweet on the Twitter.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Non-Official Retweeter for Twitter
Baixe arquivos de extensão Non-Official Retweeter for Twitter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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に変換
Informações Básicas da Extensão
Nome | Non-Official Retweeter for Twitter |
ID | ilaejopladeipndncbhijlbildagmmni |
URL Oficial | https://chromewebstore.google.com/detail/non-official-retweeter-fo/ilaejopladeipndncbhijlbildagmmni |
Descrição | You will be able to send a message as unofficial (quote) retweet on the Twitter. |
Tamanho do Arquivo | 122 KB |
Contagem de Instalações | 17 |
Versão Atual | 0.3.0 |
Última Atualização | 2012-10-18 |
Data de Publicação | 2012-10-18 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | r.nakamaru |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/pottava/ |
Idiomas Suportados | 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\/*" ] } ] } |