Classic Retweet
Old school retweets for #NewTwitter.
Classic Retweetとは何ですか?
Classic Retweetはjonpierceによって開発されたChromeの拡張機能で、その主な機能は「Old school retweets for #NewTwitter.」です。
拡張機能のスクリーンショット
Classic Retweet拡張機能のCRXファイルをダウンロード
Classic Retweet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Updated to support Twitter's new profiles.
https://about.twitter.com/products/new-profiles
Currently available for Chrome and Firefox.
To learn more or get the source, see http://jonpierce.github.com/classic-retweet/ 拡張機能の基本情報
| 名前 | |
| ID | mejfljhfeahhhicjefeehikaooffggmf |
| 公式URL | https://chromewebstore.google.com/detail/classic-retweet/mejfljhfeahhhicjefeehikaooffggmf |
| 説明 | Old school retweets for #NewTwitter. |
| ファイルサイズ | 11.28 KB |
| インストール数 | 3,841 |
| 現在のバージョン | 1.12 |
| 最終更新日 | 2014-05-03 |
| 公開日 | 2014-05-03 |
| 評価 | 4.37/5 合計 251 レビュー |
| 開発者 | jonpierce |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://jonpierce.github.com/classic-retweet/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Classic Retweet",
"version": "1.12",
"description": "Old school retweets for #NewTwitter.",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/twitter.com\/*",
"https:\/\/twitter.com\/*"
],
"js": [
"main.js"
]
}
],
"web_accessible_resources": [
"classic-retweet.js"
]
} | |