Auto Radio Button Checker

takes a snapshot of a page you have checked to automatically checks the buttons you access that page.

Τι είναι το Auto Radio Button Checker;

Το Auto Radio Button Checker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον juhansae, και η κύρια λειτουργία του είναι "takes a snapshot of a page you have checked to automatically checks the buttons you access that page.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Auto Radio Button Checker

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

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

                        This Chrome extension takes a snapshot of a page of radio buttons you have checked and automatically checks the buttons every time you access that page. This program is convenient for you when accessing a site where you have to check the radio buttons every time you visit.                    

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

Όνομα Auto Radio Button Checker Auto Radio Button Checker
ID phkflnpejpgehjgficbbikeclfcageic
Επίσημο URL https://chromewebstore.google.com/detail/auto-radio-button-checker/phkflnpejpgehjgficbbikeclfcageic
Περιγραφή takes a snapshot of a page you have checked to automatically checks the buttons you access that page.
Μέγεθος Αρχείου 44.41 KB
Αριθμός Εγκαταστάσεων 527
Τρέχουσα Έκδοση 0.11
Τελευταία Ενημέρωση 2020-09-23
Ημερομηνία Δημοσίευσης 2020-09-23
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής juhansae
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/Verssae/AutoRadioChecker
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto Radio Button Checker",
    "description": "takes a snapshot of a page you have checked to automatically checks the buttons you access that page.",
    "version": "0.11",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "",
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ]
}