Tumblr Tag

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

Wat is Tumblr Tag?

Tumblr Tag is een Chrome-extensie ontwikkeld door james.bechet, en de belangrijkste functie is "Post your list of favorite tags on Tumblr in one click.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tumblr Tag

Download Tumblr Tag-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Tumblr Tag Tumblr Tag
ID cmbakfeanhaniakabiiabhdjkhgbbdmp
Officiële URL https://chromewebstore.google.com/detail/tumblr-tag/cmbakfeanhaniakabiiabhdjkhgbbdmp
Beschrijving Post your list of favorite tags on Tumblr in one click.
Bestandsgrootte 152 KB
Aantal Installaties 1,507
Huidige Versie 3.5.6
Laatst Bijgewerkt 2023-06-25
Publicatiedatum 2020-04-05
Beoordeling 4.29/5 Totaal 55 Beoordelingen
Ontwikkelaar james.bechet
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/jamesbechet/tumbTag
Help Pagina-URL https://github.com/jamesbechet/tumbTag
Ondersteunde Talen 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"
            ]
        }
    ]
}