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 - это расширение Chrome, разработанное r.nakamaru, и его основная функция - "You will be able to send a message as unofficial (quote) retweet on the Twitter.".
Снимки экрана расширения
Скачать файл CRX расширения Non-Official Retweeter for Twitter
Скачайте файлы расширений 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 |
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\/*" ] } ] } |