Share on Twitter

Strips Youtube, Vimeo and SoundCloud links for Twitter sharing.

Share on Twitter là gì?

Share on Twitter là một tiện ích mở rộng Chrome được phát triển bởi http://mustafa.io, và tính năng chính của nó là "Strips Youtube, Vimeo and SoundCloud links for Twitter sharing.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Share on Twitter

Tải xuống các tệp mở rộng Share on Twitter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Share on Twitter Share on Twitter
ID ccnepoheeddldggdgihffmglfjpojggh
URL Chính Thức https://chrome.google.com/webstore/detail/share-on-twitter/ccnepoheeddldggdgihffmglfjpojggh
Mô tả Strips Youtube, Vimeo and SoundCloud links for Twitter sharing.
Kích Thước Tệp 10.19 KB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 0.9.1
Cập Nhật Lần Cuối 2014-11-30
Ngày Phát Hành 2014-11-30
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://mustafa.io
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}