Share on Twitter

Strips Youtube, Vimeo and SoundCloud links for Twitter sharing.

Share on Twitterคืออะไร?

Share on Twitter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://mustafa.io และคุณลักษณะหลักของมันคือ "Strips Youtube, Vimeo and SoundCloud links for Twitter sharing."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Share on Twitter

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}