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