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/
扩展基本信息
名称 | 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" ] } |