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文件

下载Tumblr Tag扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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