TwitPlus for Twitter

Send longer tweets directly from twitter.com via TwitPlus, keep typing your tweet and click the Tweet Longer button that appears.

Что такое TwitPlus for Twitter?

TwitPlus for Twitter - это расширение Chrome, разработанное http://twitpl.us, и его основная функция - "Send longer tweets directly from twitter.com via TwitPlus, keep typing your tweet and click the Tweet Longer button that appears.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения TwitPlus for Twitter

Скачайте файлы расширений TwitPlus for Twitter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Send longer tweets directly from twitter.com via TwitPlus, keep typing your tweet, then click the "Longer Tweet" button that appears and we'll send your shortened tweet with a link to view the rest on https://twitpl.us.

TwitPlus is a service designed for the social networking site Twitter to allow an unlimited sized tweet. 140 characters most of the time is long enough for a good tweet, but when you want to tweet longer about your night out, the girl next door, the book you have just finished reading or to just rant on through the night you need more room to write longer tweets.                    

Основная информация о расширении

Название TwitPlus for Twitter TwitPlus for Twitter
ID ckkojdhcfbkocmcheijbinidhbbebnnc
Официальный URL https://chrome.google.com/webstore/detail/twitplus-for-twitter/ckkojdhcfbkocmcheijbinidhbbebnnc
Описание Send longer tweets directly from twitter.com via TwitPlus, keep typing your tweet and click the Tweet Longer button that appears.
Размер файла 45.77 KB
Количество установок 17
Текущая Версия 0.1.0
Последнее Обновление 2016-03-25
Дата публикации 2016-03-25
Рейтинг 1.00/5 Всего 2 оценок
Разработчик http://twitpl.us
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.twitplus.co
URL страницы помощи https://www.twitplus.co/contact
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TwitPlus for Twitter",
    "short_name": "TwitPlus",
    "description": "Send longer tweets directly from twitter.com via TwitPlus, keep typing your tweet and click the Tweet Longer button that appears.",
    "version": "0.1.0",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "twitplus.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/twitter.com\/"
    ]
}