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ファイルをダウンロード

Share on Twitter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
}