Click n' Tweet
Tweet in one click within Chrome
什么是Click n' Tweet?
Click n' Tweet是由Denis Ciccale开发的Chrome扩展程序,该扩展的主要功能是“Tweet in one click within Chrome”。
扩展截图
下载Click n' Tweet扩展crx文件
下载Click n' Tweet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Really simple and fast way of tweeting within Chrome.
- Tweet anything you want.
- Tweet to share the current page (default).
Features:
- The tweet window will automatically close after tweeting.
- No need to add permissions to twitter. 扩展基本信息
| 名称 | |
| ID | gdepkkciedfadghaigjanfkcdedenpbh |
| 官方URL | https://chromewebstore.google.com/detail/click-n-tweet/gdepkkciedfadghaigjanfkcdedenpbh |
| 简介 | Tweet in one click within Chrome |
| 文件大小 | 305 KB |
| 安装次数 | 301 |
| 当前版本 | 1.4.7 |
| 更新时间 | 2013-08-25 |
| 上架时间 | 2013-08-25 |
| 评分 | 4.85/5 共13次评分 |
| 开发者 | Denis Ciccale |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Click n' Tweet",
"description": "Tweet in one click within Chrome",
"version": "1.4.7",
"permissions": [
"tabs"
],
"browser_action": {
"default_icon": "icons\/icon48.png",
"default_title": "Tweet!"
},
"background": {
"scripts": [
"clickntweet.js"
]
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
} | |