Tumblr Tag

Post your list of favorite tags on Tumblr in one click.

Tumblr Tag란 무엇입니까?

Tumblr Tag은(는) james.bechet에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Post your list of favorite tags on Tumblr in one click."입니다.

확장 프로그램 스크린샷

screenshot

Tumblr Tag 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Tumblr Tag v3: Add and Edit your Tumblr tags

This chrome extension will help you do more in less time. Add and edit your lists of tags on Tumblr with ease. Simple and efficient.

New features: 
- You can now edit your lists of tags by clicking on a list while the editor is opened.
- Lists are alphabetical ordered.                    

확장 프로그램 기본 정보

이름 Tumblr Tag Tumblr Tag
ID cmbakfeanhaniakabiiabhdjkhgbbdmp
공식 URL https://chromewebstore.google.com/detail/tumblr-tag/cmbakfeanhaniakabiiabhdjkhgbbdmp
설명 Post your list of favorite tags on Tumblr in one click.
파일 크기 152 KB
설치 횟수 1,507
현재 버전 3.5.6
최근 업데이트 2023-06-25
출시 날짜 2020-04-05
평점 4.29/5 총 55 개의 평점
개발자 james.bechet
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/jamesbechet/tumbTag
도움말 페이지 URL https://github.com/jamesbechet/tumbTag
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tumblr Tag",
    "short_name": "tumbtag",
    "description": "Post your list of favorite tags on Tumblr in one click.",
    "version": "3.5.6",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.tumblr.com\/*"
            ],
            "all_frames": true,
            "js": [
                "jquery-3.1.1.min.js",
                "content.js"
            ]
        }
    ]
}