TotallyLayouts

Add stunning themes to your Tumblr dashboard.

什麼是TotallyLayouts?

TotallyLayouts是由https://www.themesltd.com開發的Chrome擴展程式,該擴展的主要功能是“Add stunning themes to your Tumblr dashboard.”。

擴展截圖

screenshot
screenshot
screenshot

下載TotallyLayouts擴展crx文件

下載TotallyLayouts擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}