Tumblr Tag

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

ما هو Tumblr Tag؟

Tumblr Tag هو إضافة Chrome تم تطويرها بواسطة james.bechet، والميزة الرئيسية لها هي "Post your list of favorite tags on Tumblr in one click.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Tumblr Tag

قم بتنزيل ملفات الامتداد Tumblr Tag بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
            ]
        }
    ]
}