Retwddit

A button for Twitter to quickly copy in the correct format for Reddit

Retwddit là gì?

Retwddit là một tiện ích mở rộng Chrome được phát triển bởi Gianluca Bobbio (aka cheese_maniac), và tính năng chính của nó là "A button for Twitter to quickly copy in the correct format for Reddit".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Retwddit

Tải xuống các tệp mở rộng Retwddit dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Retwddit Retwddit
ID faahhamckjlbjomeojfbimmeflangelk
URL Chính Thức https://chrome.google.com/webstore/detail/retwddit/faahhamckjlbjomeojfbimmeflangelk
Mô tả A button for Twitter to quickly copy in the correct format for Reddit
Kích Thước Tệp 73.8 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 2
Cập Nhật Lần Cuối 2015-07-21
Ngày Phát Hành 2015-07-21
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Gianluca Bobbio (aka cheese_maniac)
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}