Reddit->Imgur Uploader

Upload an image to Imgur and get the resulting URL without ever leaving your Reddit tab

O que é Reddit->Imgur Uploader?

Reddit->Imgur Uploader é uma extensão do Chrome desenvolvida por David Sawyer, e sua principal característica é "Upload an image to Imgur and get the resulting URL without ever leaving your Reddit tab".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Reddit->Imgur Uploader

Baixe arquivos de extensão Reddit->Imgur Uploader 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

                        Upload an image to Imgur and get the resulting URL without ever leaving your Reddit tab                    

Informações Básicas da Extensão

Nome Reddit->Imgur Uploader Reddit->Imgur Uploader
ID fndiemcjdkappmpjjaffjaogbfhkkiko
URL Oficial https://chromewebstore.google.com/detail/reddit-%3Eimgur-uploader/fndiemcjdkappmpjjaffjaogbfhkkiko
Descrição Upload an image to Imgur and get the resulting URL without ever leaving your Reddit tab
Tamanho do Arquivo 1.27 MB
Contagem de Instalações 77
Versão Atual 0.5.3
Última Atualização 2023-07-19
Data de Publicação 2017-02-08
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor David Sawyer
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/davidsawyer/reddit-imgur-uploader
URL da Página de Ajuda https://github.com/davidsawyer/reddit-imgur-uploader/issues
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit->Imgur Uploader",
    "description": "Upload an image to Imgur and get the resulting URL without ever leaving your Reddit tab",
    "version": "0.5.3",
    "author": "David Sawyer",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.imgur.com\/*",
                "*:\/\/*.reddit.com\/submit",
                "*:\/\/*.reddit.com\/submit?*",
                "*:\/\/*.reddit.com\/submit\/*",
                "*:\/\/*.reddit.com\/*\/submit",
                "*:\/\/*.reddit.com\/*\/submit?*",
                "*:\/\/*.reddit.com\/*\/submit\/*",
                "*:\/\/*.reddit.com\/message",
                "*:\/\/*.reddit.com\/message?*",
                "*:\/\/*.reddit.com\/message\/*",
                "*:\/\/*.reddit.com\/*\/comments\/*"
            ],
            "css": [
                "dist\/core.css"
            ],
            "js": [
                "dist\/index.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "dist\/images\/*"
    ],
    "icons": {
        "16": "dist\/images\/icon32.png",
        "48": "dist\/images\/icon96.png",
        "128": "dist\/images\/icon256.png",
        "256": "dist\/images\/icon512.png"
    }
}