Redbubble Tag Counter

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

Τι είναι το Redbubble Tag Counter;

Το Redbubble Tag Counter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον redbubbletagcounter, και η κύρια λειτουργία του είναι "Counts and displays the number of tags on Redbubble upload page.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Redbubble Tag Counter

Λήψη αρχείων επέκτασης Redbubble Tag Counter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Redbubble Tag Counter Redbubble Tag Counter
ID ncccnkalnkmkmpjaobeondekghkjpafk
Επίσημο URL https://chromewebstore.google.com/detail/redbubble-tag-counter/ncccnkalnkmkmpjaobeondekghkjpafk
Περιγραφή Counts and displays the number of tags on Redbubble upload page.
Μέγεθος Αρχείου 6.73 KB
Αριθμός Εγκαταστάσεων 24
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2023-03-31
Ημερομηνία Δημοσίευσης 2023-03-31
Αξιολόγηση 1.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής redbubbletagcounter
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://discord.gg/ugygmPke
Υποστηριζόμενες Γλώσσες 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"
    }
}