Auto Close Tab

This extension runs in the background and will close any tab opened where the URL begins with ie:http

Τι είναι το Auto Close Tab;

Το Auto Close Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον newpscoder, και η κύρια λειτουργία του είναι "This extension runs in the background and will close any tab opened where the URL begins with ie:http".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Auto Close Tab

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

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

                        This extension runs in the background and will open any URL formatted with ie:http in Internet Explorer. In addition the tab that is opened in Chrome will be automatically closed in 3 seconds.

Required is a registry key update for full functionality. Please see the following website for information.

https://stackoverflow.com/questions/28744149/launch-ie-from-a-link-in-chrome                    

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

Όνομα Auto Close Tab Auto Close Tab
ID hknjefkfmlpbipmkkfhebdpphfmkpnjm
Επίσημο URL https://chromewebstore.google.com/detail/auto-close-tab/hknjefkfmlpbipmkkfhebdpphfmkpnjm
Περιγραφή This extension runs in the background and will close any tab opened where the URL begins with ie:http
Μέγεθος Αρχείου 3.21 KB
Αριθμός Εγκαταστάσεων 482
Τρέχουσα Έκδοση 2.0
Τελευταία Ενημέρωση 2018-12-20
Ημερομηνία Δημοσίευσης 2018-12-20
Αξιολόγηση 2.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής newpscoder
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto Close Tab",
    "version": "2.0",
    "description": "This extension runs in the background and will close any tab opened where the URL begins with ie:http",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}