Cascadr

Cascadr | A Tumblr Image Viewer

O que é Cascadr?

Cascadr é uma extensão do Chrome desenvolvida por https://cascadr.co, e sua principal característica é "Cascadr | A Tumblr Image Viewer".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Cascadr

Baixe arquivos de extensão Cascadr 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

                        Cascadr is a Tumblr image and photo viewer. It displays all the images in a Tumblr blog in a convenient tiled display. The images efficiently auto-load as you scroll with a large read-ahead to reduce waiting times.

Cascadr allows you to explore Tumblr by clicking through to a post's previous re-blogger and also allows you to easily re-blog a post by redirecting you to your Tumblr dashboard. 

From any Tumblr page with a Tumblr URL eg. http://wonderfulgraphicdesign.tumblr.com just click the Cascadr icon and Cascadr will automatically open the blog you were browsing. If you are not currently browsing a Tumblr blog you can still open Cascadr and simply type the name of the blog you are interested in.                    

Informações Básicas da Extensão

Nome Cascadr Cascadr
ID pjihmfnnfklnilcknhhihhkomnfeoefb
URL Oficial https://chromewebstore.google.com/detail/cascadr/pjihmfnnfklnilcknhhihhkomnfeoefb
Descrição Cascadr | A Tumblr Image Viewer
Tamanho do Arquivo 38.44 KB
Contagem de Instalações 818
Versão Atual 1.0.6
Última Atualização 2019-03-12
Data de Publicação 2019-03-12
Classificação 4.21/5 Total de 19 Avaliações
Desenvolvedor https://cascadr.co
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://cascadr.co
URL da Página de Ajuda https://cascadr.co
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cascadr",
    "description": "Cascadr | A Tumblr Image Viewer",
    "version": "1.0.6",
    "incognito": "split",
    "browser_action": {
        "default_icon": "assets\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.tumblr.com\/*"
            ],
            "js": [
                "jquery-2.2.2.min.js",
                "content.js"
            ]
        }
    ]
}