New Tab Link Collection

New tab page where you can add your favorite and most frequently used links.

Τι είναι το New Tab Link Collection;

Το New Tab Link Collection είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον dreiQBIK, και η κύρια λειτουργία του είναι "New tab page where you can add your favorite and most frequently used links.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης New Tab Link Collection

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

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

                        This extension replaces the new tab page with a nice grid view, where you can add your favorite and most frequently used links. The grid is adjustable to your needs and you can sort your links with headings, groups, icons and colors. You can even use drag and drop to move your lists and list items around.

NEW in v1.7:
- dark theme updated
- icons of previously added links can now be changed                    

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

Όνομα New Tab Link Collection New Tab Link Collection
ID gophcpnbaafonmeaekpebpdgmmfmnfep
Επίσημο URL https://chromewebstore.google.com/detail/new-tab-link-collection/gophcpnbaafonmeaekpebpdgmmfmnfep
Περιγραφή New tab page where you can add your favorite and most frequently used links.
Μέγεθος Αρχείου 983 KB
Αριθμός Εγκαταστάσεων 79
Τρέχουσα Έκδοση 1.7
Τελευταία Ενημέρωση 2018-06-22
Ημερομηνία Δημοσίευσης 2018-06-22
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής dreiQBIK
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab Link Collection",
    "version": "1.7",
    "description": "New tab page where you can add your favorite and most frequently used links.",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 2
}