Share on Twitter

Strips Youtube, Vimeo and SoundCloud links for Twitter sharing.

Share on Twitter란 무엇입니까?

Share on Twitter은(는) http://mustafa.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Strips Youtube, Vimeo and SoundCloud links for Twitter sharing."입니다.

확장 프로그램 스크린샷

screenshot

Share on Twitter 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Strips extra mentions and hashtags of shared tweets from SoundCloud, Vimeo and Youtube from regular tweeting intent.                    

확장 프로그램 기본 정보

이름 Share on Twitter Share on Twitter
ID ccnepoheeddldggdgihffmglfjpojggh
공식 URL https://chrome.google.com/webstore/detail/share-on-twitter/ccnepoheeddldggdgihffmglfjpojggh
설명 Strips Youtube, Vimeo and SoundCloud links for Twitter sharing.
파일 크기 10.19 KB
설치 횟수 21
현재 버전 0.9.1
최근 업데이트 2014-11-30
출시 날짜 2014-11-30
평점 4.50/5 총 2 개의 평점
개발자 http://mustafa.io
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "*:\/\/twitter.com\/intent\/tweet*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Strips Youtube, Vimeo and SoundCloud links for Twitter sharing.",
    "icons": {
        "128": "twShare_128x128.png",
        "48": "twshare-48x48.png"
    },
    "manifest_version": 2,
    "name": "Share on Twitter",
    "permissions": [
        "activeTab"
    ],
    "short_name": "twShare",
    "version": "0.9.1",
    "author": "@5yx",
    "homepage_url": "https:\/\/twitter.com\/5yx"
}