Cascadr

Cascadr | A Tumblr Image Viewer

Cascadr란 무엇입니까?

Cascadr은(는) https://cascadr.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cascadr | A Tumblr Image Viewer"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Cascadr 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Cascadr Cascadr
ID pjihmfnnfklnilcknhhihhkomnfeoefb
공식 URL https://chromewebstore.google.com/detail/cascadr/pjihmfnnfklnilcknhhihhkomnfeoefb
설명 Cascadr | A Tumblr Image Viewer
파일 크기 38.44 KB
설치 횟수 818
현재 버전 1.0.6
최근 업데이트 2019-03-12
출시 날짜 2019-03-12
평점 4.21/5 총 19 개의 평점
개발자 https://cascadr.co
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://cascadr.co
도움말 페이지 URL https://cascadr.co
지원되는 언어 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"
            ]
        }
    ]
}