Tumblr Mobile Images Next

Changes *.tumblr.com/mobile to show only images and links to page and next mobile page.

什麼是Tumblr Mobile Images Next?

Tumblr Mobile Images Next是由Gadsy開發的Chrome擴展程式,該擴展的主要功能是“Changes *.tumblr.com/mobile to show only images and links to page and next mobile page.”。

下載Tumblr Mobile Images Next擴展crx文件

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

擴展使用說明

                        Changes *.tumblr.com/mobile to show only images and links to page and next mobile page.                    

擴展基本資訊

名稱 Tumblr Mobile Images Next Tumblr Mobile Images Next
ID ejhphllbbmdfcalgcdmofmmkbgpphhjk
官方網址 https://chrome.google.com/webstore/detail/tumblr-mobile-images-next/ejhphllbbmdfcalgcdmofmmkbgpphhjk
簡介 Changes *.tumblr.com/mobile to show only images and links to page and next mobile page.
檔案大小 2.79 KB
安裝次數 14
目前版本 1.0
更新時間 2013-06-09
上架時間 2013-06-08
開發者 Gadsy
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.tumblr.com\/mobile*"
            ]
        }
    ],
    "manifest_version": 2,
    "name": "Tumblr Mobile Images Next",
    "version": "1.0"
}