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.”。
扩展截图
下载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.
扩展基本信息
名称 | |
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" } |