Twittext
A lightweight Google Chrome extension for Twitter
什麼是Twittext?
Twittext是由sanya.gornostal開發的Chrome擴展程式,該擴展的主要功能是“A lightweight Google Chrome extension for Twitter”。
擴展截圖
下載Twittext擴展crx文件
下載Twittext擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Twittext — is a lightweight Google Chrome extension for Twitter.
Features:
✔ View home timeline
✔ Real time timeline updates
✔ Retweet, Favorite, Remove
✔ Update status
✔ Unread tweets counter
✔ Image previews
You can contribute to this project. All sources available on github https://github.com/gornostal/twittext 擴展基本資訊
| 名稱 | |
| ID | nhlgmmenohfeheknddaebljgbcgaamhe |
| 官方網址 | https://chromewebstore.google.com/detail/twittext/nhlgmmenohfeheknddaebljgbcgaamhe |
| 簡介 | A lightweight Google Chrome extension for Twitter |
| 檔案大小 | 151 KB |
| 安裝次數 | 121 |
| 目前版本 | 1.6.3 |
| 更新時間 | 2013-08-24 |
| 上架時間 | 2013-08-24 |
| 評分 | 3.86/5 共 7 次評分 |
| 開發者 | sanya.gornostal |
| 付費類型 | free |
| 擴展官網 | https://github.com/gornostal/twittext |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Twittext",
"description": "A lightweight Google Chrome extension for Twitter",
"background": {
"page": "background.html"
},
"manifest_version": 2,
"browser_action": {
"default_icon": "img\/icon_19.png",
"default_title": "Twittext",
"default_popup": "popup.html"
},
"icons": {
"128": "img\/icon_128.png",
"19": "img\/icon_19.png",
"48": "img\/icon_48.png"
},
"options_page": "options.html",
"version": "1.6.3",
"permissions": [
"tabs",
"background",
"https:\/\/api.twitter.com\/",
"https:\/\/userstream.twitter.com\/"
],
"sandbox": {
"pages": [
"sandboxed\/template-renderer.html"
]
}
} | |