Classic Retweet
Old school retweets for #NewTwitter.
Classic Retweetคืออะไร?
Classic Retweet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jonpierce และคุณลักษณะหลักของมันคือ "Old school retweets for #NewTwitter."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Classic Retweet
ดาวน์โหลดไฟล์ส่วนขยาย 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"
]
} | |