Tumblr – Post to Tumblr

Post to Tumblr right from your browser toolbar!

Tumblr – Post to Tumblr란 무엇입니까?

Tumblr – Post to Tumblr은(는) https://tumblr.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Post to Tumblr right from your browser toolbar!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Tumblr – Post to Tumblr 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Collect anything on Tumblr.

• Save inspiration from anywhere on the web
• Quickly reblog photos, links, and text
• Add tags for easy discovery

The fastest way to make moodboards, add to a visual archive, and collect your favorite things all in one click. Tag your posts to instantly connect with Tumblr's built-in community or save inspiration just for you.

To get started, sign in or sign up for a free Tumblr account on www.tumblr.com.                    

확장 프로그램 기본 정보

이름 Tumblr – Post to Tumblr Tumblr – Post to Tumblr
ID ffnhmkgpdmkajhomnckhabkfeakhcamm
공식 URL https://chromewebstore.google.com/detail/tumblr-%E2%80%93-post-to-tumblr/ffnhmkgpdmkajhomnckhabkfeakhcamm
설명 Post to Tumblr right from your browser toolbar!
파일 크기 23.16 KB
설치 횟수 10,021
현재 버전 2.3.2
최근 업데이트 2022-06-01
출시 날짜 2020-06-18
평점 3.64/5 총 14 개의 평점
개발자 https://tumblr.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.tumblr.com
도움말 페이지 URL https://help.tumblr.com
개인정보 보호 정책 페이지 URL https://www.tumblr.com/privacy
지원되는 언어 id,de,en,fr,nl,tr,es,it,pl,pt-BR,pt-PT,ru,hi,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "2.3.2",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_title": "__MSG_actionTitle__",
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png"
        }
    },
    "background": {
        "scripts": [
            "lib\/browser-polyfill.min.js",
            "background.js"
        ]
    },
    "homepage_url": "https:\/\/www.tumblr.com",
    "minimum_chrome_version": "55",
    "permissions": [
        "activeTab",
        "contextMenus"
    ]
}