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은(는) http://twitpl.us에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Send longer tweets directly from twitter.com via TwitPlus, keep typing your tweet and click the Tweet Longer button that appears."입니다.

확장 프로그램 스크린샷

screenshot

TwitPlus for Twitter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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