Cascadr

Cascadr | A Tumblr Image Viewer

Cascadr क्या है?

Cascadr https://cascadr.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cascadr | A Tumblr Image Viewer"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cascadr एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}