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 |
官方網址 | 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'" } |