Retwddit
A button for Twitter to quickly copy in the correct format for Reddit
什么是Retwddit?
Retwddit是由Gianluca Bobbio (aka cheese_maniac)开发的Chrome扩展程序,该扩展的主要功能是“A button for Twitter to quickly copy in the correct format for Reddit”。
扩展截图
下载Retwddit扩展crx文件
下载Retwddit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A button for Twitter to quickly copy in the correct format for Reddit. In the buttons section you will see the reddit button. Click it, and an alert will appear with this format: [FullName] TweetText Url. Just remember to cut the Url for the Url section. New tweets loaded will have a button too! Psst, if you want to contribute, I have a PayPal account with [email protected], and that would be great! thanks! :) You cand send your questions or recommendations to [email protected] So, happy use! and sorry for bad english!
扩展基本信息
名称 | |
ID | faahhamckjlbjomeojfbimmeflangelk |
官方URL | https://chrome.google.com/webstore/detail/retwddit/faahhamckjlbjomeojfbimmeflangelk |
简介 | A button for Twitter to quickly copy in the correct format for Reddit |
文件大小 | 73.8 KB |
安装次数 | 37 |
当前版本 | 2 |
更新时间 | 2015-07-21 |
上架时间 | 2015-07-21 |
评分 | 5.00/5 共2次评分 |
开发者 | Gianluca Bobbio (aka cheese_maniac) |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Retwddit", "description": "A button for Twitter to quickly copy in the correct format for Reddit", "version": "2", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ], "js": [ "jquery-2.1.4.min.js", "retwddit.js" ], "css": [ "retwddit.css" ] } ] } |