TotallyLayouts

Add stunning themes to your Tumblr dashboard.

TotallyLayouts क्या है?

TotallyLayouts https://www.themesltd.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add stunning themes to your Tumblr dashboard."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में TotallyLayouts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ThemesLtd Dashboard Themes is a must have Google Chrome extension for all social networkers and bloggers. It allows you to add beautiful themes your Tumblr Dashboard. 

Our supporting website http://www.ThemesLtd.com offer thousands of stunning themes. Installation is just one click away. No more plain boring tumblring.

Absolutely no HTML knowledge is needed. Browse our site ThemesLtd.com, choose a theme, click install. Done.

+++ So install now and head over to http://ThemesLtd.com and get a whole new look! +++                    

एक्सटेंशन की मूल जानकारी

नाम TotallyLayouts TotallyLayouts
ID lcgckkcjgkbgjoablpejebabahbamfkc
आधिकारिक URL https://chromewebstore.google.com/detail/totallylayouts/lcgckkcjgkbgjoablpejebabahbamfkc
विवरण Add stunning themes to your Tumblr dashboard.
फ़ाइल का आकार 74.41 KB
स्थापना संख्या 4,037
वर्तमान संस्करण 1.3.8
अंतिम अपडेट 2014-08-24
प्रकाशन तिथि 2014-08-24
रेटिंग 3.40/5 कुल 189 रेटिंग्स
डेवलपर https://www.themesltd.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.themesltd.com/
समर्थित भाषाएँ en
manifest.json
{
    "manifest_version": 2,
    "background": {
        "scripts": [
            "asset\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "asset\/icon.png",
        "popup": "popup.html",
        "title": "ThemesLtd"
    },
    "content_scripts": [
        {
            "js": [
                "asset\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Add stunning themes to your Tumblr dashboard.",
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDWYyU7gHxEwY2cTrBZMEXLYlyeKTZzzCbwI5XjNJ96hrV8GGdqr\/uIIdOk8YgffvKyS\/qM+3sdQs3oP7WWI+6v4L+9Ac\/ASADjGZ37jSGm2+AM4jeVGqVHRxn5UpddLL0t7Tl2gHXQYxSdvQHelAQ8fU68zP0m05dIzqTrnPwUCQIDAQAB",
    "name": "TotallyLayouts",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.8"
}