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