Tumblr™ Wide Blogs

Tumblr™ Wide Blogs

什么是Tumblr™ Wide Blogs?

Tumblr™ Wide Blogs是由object.invention开发的Chrome扩展程序,该扩展的主要功能是“Tumblr™ Wide Blogs”。

扩展截图

screenshot
screenshot

下载Tumblr™ Wide Blogs扩展crx文件

下载Tumblr™ Wide Blogs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Expands your and visited blogs to the full screen mode so you can see now much more content at the same time.

-Super comfortable use of the tumblr.
-Much more images at the same time.
-Expands visited through website blogs from tiny size to huge.

If you visited any blog, you need to press left mouse button on the left side of the page to return to the previous page.                    

扩展基本信息

名称 Tumblr™ Wide Blogs Tumblr™ Wide Blogs
ID bpfimmjddnljhihjfplolnibcchenlml
官方URL https://chromewebstore.google.com/detail/tumblr-wide-blogs/bpfimmjddnljhihjfplolnibcchenlml
简介 Tumblr™ Wide Blogs
文件大小 14.67 KB
安装次数 374
当前版本 1.1.03
更新时间 2022-12-23
上架时间 2020-05-28
评分 4.91/5 共11次评分
开发者 object.invention
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tumblr\u2122 Wide Blogs",
    "version": "1.1.03",
    "description": "Tumblr\u2122 Wide Blogs",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.tumblr.com\/*"
            ],
            "css": [
                "styles.min.css"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "styles.min.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}