Tumblr™ Wide Blogs

Tumblr™ Wide Blogs

Tumblr™ Wide Blogsคืออะไร?

Tumblr™ Wide Blogs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย object.invention และคุณลักษณะหลักของมันคือ "Tumblr™ Wide Blogs"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tumblr™ Wide Blogs

ดาวน์โหลดไฟล์ส่วนขยาย 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": [
                ""
            ]
        }
    ]
}