Tweet A Link
This extension allows you to share a link on twitter via one-click.
什么是Tweet A Link?
Tweet A Link是由JoeSaad.net of Amplios Labs开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to share a link on twitter via one-click.”。
扩展截图
下载Tweet A Link扩展crx文件
下载Tweet A Link扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
You find a link, you like it and want to tweet it to all your friends. No more you need to copy paste and go to twitter site to tweet it. This extension allows you to tweet the links/URLs you link on a click right away. You go to a site and you like it, you do not have to search for the twitter button inside it to tweet that site, this extension helps you all from one place to tweet all your pages right away.
扩展基本信息
名称 | Tweet A Link |
ID | hbkmajenkjppmnonpnpnlblkpkbohnmi |
官方URL | https://chromewebstore.google.com/detail/tweet-a-link/hbkmajenkjppmnonpnpnlblkpkbohnmi |
简介 | This extension allows you to share a link on twitter via one-click. |
文件大小 | 33.77 KB |
安装次数 | 275 |
当前版本 | 1.0.2 |
更新时间 | 2014-02-20 |
上架时间 | 2014-02-20 |
评分 | 4.95/5 共20次评分 |
开发者 | JoeSaad.net of Amplios Labs |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tweet A Link", "description": "This extension allows you to share a link on twitter via one-click.", "version": "1.0.2", "browser_action": { "default_title": "Tweet A Link", "default_icon": "icon.png", "default_popup": "popup.html" }, "short_name": "TweetALink", "author": "Joe Saad of Amplios LLC", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "https:\/\/twitter.com\/share", "tabs" ] } |