Apps in new tab

Shows the list of installed apps instead of the search page when opening a new tab.

Τι είναι το Apps in new tab;

Το Apps in new tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Guillaume Ryder, και η κύρια λειτουργία του είναι "Shows the list of installed apps instead of the search page when opening a new tab.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Apps in new tab

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

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

                        Replaces the default new tab page with the apps list.

Source code: https://github.com/guilryder/chrome-extensions/tree/main/newtab                    

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

Όνομα Apps in new tab Apps in new tab
ID mpojaelnfgiajhilmojddklffggldfbp
Επίσημο URL https://chromewebstore.google.com/detail/apps-in-new-tab/mpojaelnfgiajhilmojddklffggldfbp
Περιγραφή Shows the list of installed apps instead of the search page when opening a new tab.
Μέγεθος Αρχείου 4.63 KB
Αριθμός Εγκαταστάσεων 564
Τρέχουσα Έκδοση 2.0.0
Τελευταία Ενημέρωση 2022-10-24
Ημερομηνία Δημοσίευσης 2019-09-27
Αξιολόγηση 2.50/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Guillaume Ryder
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/guilryder/chrome-extensions/tree/master/newtab
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/guilryder/chrome-extensions/issues
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Apps in new tab",
    "version": "2.0.0",
    "description": "Shows the list of installed apps instead of the search page when opening a new tab.",
    "author": "Guillaume Ryder",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "apps.html"
    }
}