Speed Dial

Speed Dial allows you to add and manage bookmarks in the New Tab page.

Was ist Speed Dial?

Speed Dial ist eine Chrome-Erweiterung, die von https://www.addonsearch.net entwickelt wurde, und ihr Hauptmerkmal ist "Speed Dial allows you to add and manage bookmarks in the New Tab page.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Speed Dial-Erweiterungs-CRX-Datei herunterladen

Laden Sie 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

                        Manage bookmarks directly in the New Tab page of your browser. All important websites are displayed quickly in the browser tab. 

You could select from predefined background themes and set a custom background image.

With the integrated search box you can start your search directly in the New Tab. The default search is changed to addonsearch.net in the New Tab.

Your bookmarks are only stored locally in your browser and are kept private.

Terms & Conditions: https://www.addonsearch.net/terms.html
Privacy Policy: https://www.addonsearch.net/privacy.html                    

Grundlegende Informationen zur Erweiterung

Name Speed Dial Speed Dial
ID pbclkopbecbmkiijepgjoodiidfkbchn
Offizielle URL https://chromewebstore.google.com/detail/speed-dial/pbclkopbecbmkiijepgjoodiidfkbchn
Beschreibung Speed Dial allows you to add and manage bookmarks in the New Tab page.
Dateigröße 4.67 MB
Installationsanzahl 34,746
Aktuelle Version 2.0.2
Letztes Update 2020-05-22
Veröffentlichungsdatum 2020-05-22
Bewertung 4.27/5 Insgesamt 33 Bewertungen
Entwickler https://www.addonsearch.net
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.addonsearch.net/privacy.html
Unterstützte Sprachen de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Speed Dial",
    "version": "2.0.2",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "48": "img\/48.png",
        "64": "img\/64.png",
        "128": "img\/128.png"
    },
    "permissions": [
        "",
        "activeTab",
        "contextMenus",
        "history",
        "storage",
        "unlimitedStorage"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "pages\/newtab.html"
    },
    "browser_action": {
        "default_icon": "img\/64.png"
    }
}