Tweeter
Tweet directly from your browser bar
什么是Tweeter?
Tweeter是由https://wegnerdesign.com开发的Chrome扩展程序,该扩展的主要功能是“Tweet directly from your browser bar”。
扩展截图
下载Tweeter扩展crx文件
下载Tweeter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
No funny business tweet button. All it does is puts a twitter icon on your toolbar, and automates twitter web intents when you hit tweet. I don't track you. I don't automatically enter text for you. I don't make you follow me. Just tweet stuff. If you've got bugs, please leave a review with some details of what's going wrong. If you've got feature requests, please go find another twitter extension and post them there. When I say "No funny business", I mean it. This app lets you send tweets. That's it. Nothing more. Move along.
扩展基本信息
名称 | Tweeter |
ID | mneicboilaibkfhoealhcglboiabhodb |
官方URL | https://chromewebstore.google.com/detail/tweeter/mneicboilaibkfhoealhcglboiabhodb |
简介 | Tweet directly from your browser bar |
文件大小 | 257 KB |
安装次数 | 3,323 |
当前版本 | 0.6.1 |
更新时间 | 2012-07-05 |
上架时间 | 2012-07-05 |
评分 | 4.20/5 共109次评分 |
开发者 | https://wegnerdesign.com |
付费类型 | free |
扩展官网 | http://www.wegnerdesign.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tweeter", "version": "0.6.1", "manifest_version": 2, "permissions": [ "tabs", "https:\/\/twitter.com\/intent\/tweet" ], "description": "Tweet directly from your browser bar", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon16.png", "96": "icon96.png", "128": "icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |