Retwddit

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

O que é Retwddit?

Retwddit é uma extensão do Chrome desenvolvida por Gianluca Bobbio (aka cheese_maniac), e sua principal característica é "A button for Twitter to quickly copy in the correct format for Reddit".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Retwddit

Baixe arquivos de extensão Retwddit no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Retwddit Retwddit
ID faahhamckjlbjomeojfbimmeflangelk
URL Oficial https://chrome.google.com/webstore/detail/retwddit/faahhamckjlbjomeojfbimmeflangelk
Descrição A button for Twitter to quickly copy in the correct format for Reddit
Tamanho do Arquivo 73.8 KB
Contagem de Instalações 37
Versão Atual 2
Última Atualização 2015-07-21
Data de Publicação 2015-07-21
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Gianluca Bobbio (aka cheese_maniac)
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}