The Un-Tumblr

Brings back the old reblog layout

什麼是The Un-Tumblr?

The Un-Tumblr是由Sam Ruston開發的Chrome擴展程式,該擴展的主要功能是“Brings back the old reblog layout”。

擴展截圖

screenshot

下載The Un-Tumblr擴展crx文件

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

擴展使用說明

                                            

擴展基本資訊

名稱 The Un-Tumblr The Un-Tumblr
ID ldmnelehpegfnefohgbpnpjakebjjfja
官方網址 https://chromewebstore.google.com/detail/the-un-tumblr/ldmnelehpegfnefohgbpnpjakebjjfja
簡介 Brings back the old reblog layout
檔案大小 38.79 KB
安裝次數 107
目前版本 1.1
更新時間 2015-09-06
上架時間 2015-09-06
評分 5.00/5 共 2 次評分
開發者 Sam Ruston
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Un-Tumblr",
    "description": "Brings back the old reblog layout",
    "version": "1.1",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-2.1.4.min.js",
                "script.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                "http:\/\/www.tumblr.com\/*",
                "https:\/\/www.tumblr.com\/*"
            ]
        }
    ],
    "manifest_version": 2
}