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 |
| 公式URL | 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"
]
}
} | |