Twts - tweet as long as you like

Tweet as long as you like. Never be bounded by 140 characters limit.

Twts - tweet as long as you like란 무엇입니까?

Twts - tweet as long as you like은(는) http://twts.us에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tweet as long as you like. Never be bounded by 140 characters limit."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Twts - tweet as long as you like 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Tweet longer than 140 characters limit on Twitter.

*How does this work?*
When you tweet a message that is longer than 140 characters, it will automatically get truncated and a link to the original full-length tweet is appended at the end of the message. 

*How is this different from other similar services?*

I'm glad you ask. The great thing about this is that you don't have to go to another website to compose and post your tweets. You can do everything right on Twitter.com, as you'd normally do.

The more important advantage is that all shortened tweets are automatically expanded on Twitter, so you can read and browse other people's tweet like normal. 

In other words, once you install this, everything just automagically works right on Twitter.

Give it a try and let me know if you have any feedback or comments.

Thank you.                    

확장 프로그램 기본 정보

이름 Twts - tweet as long as you like Twts - tweet as long as you like
ID ppcljnbmajemebacnlfeceldahlbgmno
공식 URL https://chrome.google.com/webstore/detail/twts-tweet-as-long-as-you/ppcljnbmajemebacnlfeceldahlbgmno
설명 Tweet as long as you like. Never be bounded by 140 characters limit.
파일 크기 376 KB
설치 횟수 40
현재 버전 0.0.5
최근 업데이트 2015-07-22
출시 날짜 2015-07-22
평점 4.50/5 총 4 개의 평점
개발자 http://twts.us
결제 유형 free
확장 프로그램 웹 사이트 http://www.twts.us
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twts - tweet as long as you like",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "Tweet as long as you like. Never be bounded by 140 characters limit.",
    "default_locale": "en",
    "background": {
        "scripts": []
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.twitter.com\/*",
                "https:\/\/*.twitter.com\/*"
            ],
            "js": [
                "scripts\/jquery.2.1.1.min.js",
                "scripts\/contentscript.js"
            ],
            "css": [
                "styles\/override.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}