Tumblr™ Wide Blogs

Tumblr™ Wide Blogs

Tumblr™ Wide Blogs란 무엇입니까?

Tumblr™ Wide Blogs은(는) object.invention에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tumblr™ Wide Blogs"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Tumblr™ Wide Blogs 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": [
                ""
            ]
        }
    ]
}