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