Yay! Another Speed dial!

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

Was ist Yay! Another Speed dial!?

Yay! Another Speed dial! ist eine Chrome-Erweiterung, die von kinsama-dev entwickelt wurde, und ihr Hauptmerkmal ist "A cool and highly customizable Speed Dial focused on style and simplicity.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Yay! Another Speed dial!-Erweiterungs-CRX-Datei herunterladen

Laden Sie Yay! Another Speed dial!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Yay! Another Speed dial! Yay! Another Speed dial!
ID ildbinpaafbhmjbafifhpglifncjhmdp
Offizielle URL https://chromewebstore.google.com/detail/yay-another-speed-dial/ildbinpaafbhmjbafifhpglifncjhmdp
Beschreibung A cool and highly customizable Speed Dial focused on style and simplicity.
Dateigröße 1.01 MB
Installationsanzahl 667
Aktuelle Version 1.5.2.1
Letztes Update 2021-05-13
Veröffentlichungsdatum 2019-04-08
Bewertung 4.53/5 Insgesamt 34 Bewertungen
Entwickler kinsama-dev
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}