Redbubble Tag Counter

Counts and displays the number of tags on Redbubble upload page.

Co je Redbubble Tag Counter?

Redbubble Tag Counter je rozšíření Chrome vyvinuté redbubbletagcounter, a jeho hlavní funkcí je „Counts and displays the number of tags on Redbubble upload page.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Redbubble Tag Counter

Stáhněte si soubory rozšíření Redbubble Tag Counter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Counts and displays the number of tags on Redbubble upload page, the counter increases once an additional sentance has been added and seperated with a comma.
Text turns red if you exceed 50 tags                    

Základní Informace o Rozšíření

Název Redbubble Tag Counter Redbubble Tag Counter
ID ncccnkalnkmkmpjaobeondekghkjpafk
Oficiální URL https://chromewebstore.google.com/detail/redbubble-tag-counter/ncccnkalnkmkmpjaobeondekghkjpafk
Popis Counts and displays the number of tags on Redbubble upload page.
Velikost souboru 6.73 KB
Počet instalací 24
Aktuální Verze 1.0
Poslední Aktualizace 2023-03-31
Datum Vydání 2023-03-31
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář redbubbletagcounter
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://discord.gg/ugygmPke
Podporované Jazyky en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Redbubble Tag Counter",
    "version": "1.0",
    "description": "Counts and displays the number of tags on Redbubble upload page.",
    "action": {
        "default_icon": {
            "48": "icon.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.redbubble.com\/portfolio\/images\/new*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    }
}