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
Eメール [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": [
                ""
            ]
        }
    ]
}