Yay! Another Speed dial!

A cool and highly customizable Speed Dial focused on style and simplicity.

Τι είναι το Yay! Another Speed dial!;

Το Yay! Another Speed dial! είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον kinsama-dev, και η κύρια λειτουργία του είναι "A cool and highly customizable Speed Dial focused on style and simplicity.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Yay! Another Speed dial!

Λήψη αρχείων επέκτασης Yay! Another Speed dial! σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Yay! Another Speed dial! is an extension to replace the home page when opening the browser or a new tab.
You can organize your bookmarks by tabs to quickly access your favorite sites.
A theme editor makes it possible to completely personalize your homepage as you wish!

features
- Fully customize your homepage or use one of our already created themes.
- Fully responsive design
- Organize your bookmarks by tabs
- Easily add the site you are visiting to one of the tabs you have created                    

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

Όνομα Yay! Another Speed dial! Yay! Another Speed dial!
ID ildbinpaafbhmjbafifhpglifncjhmdp
Επίσημο URL https://chromewebstore.google.com/detail/yay-another-speed-dial/ildbinpaafbhmjbafifhpglifncjhmdp
Περιγραφή A cool and highly customizable Speed Dial focused on style and simplicity.
Μέγεθος Αρχείου 1.01 MB
Αριθμός Εγκαταστάσεων 667
Τρέχουσα Έκδοση 1.5.2.1
Τελευταία Ενημέρωση 2021-05-13
Ημερομηνία Δημοσίευσης 2019-04-08
Αξιολόγηση 4.53/5 Συνολικά 34 Αξιολογήσεις
Προγραμματιστής kinsama-dev
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες de,en,fr,es,hu,ru,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "59.0"
        }
    },
    "name": "Yay! Another Speed dial!",
    "version": "1.5.2.1",
    "author": "Lo\u00efc",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "icons": {
        "48": "icons\/icon.png",
        "96": "icons\/[email protected]"
    },
    "background": {
        "page": "\/index.html?page=background"
    },
    "browser_action": {
        "default_icon": "icons\/icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "tabs",
        "downloads",
        "bookmarks",
        "unlimitedStorage"
    ]
}