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" ] } ] } |