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
官方網址 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"
}