Speed Dial | Bookmarks

Speed Dial | Bookmarks - quick access to your favorites sites.

Was ist Speed Dial | Bookmarks?

Speed Dial | Bookmarks ist eine Chrome-Erweiterung, die von Speed Dial entwickelt wurde, und ihr Hauptmerkmal ist "Speed Dial | Bookmarks - quick access to your favorites sites.".

Erweiterungsscreenshots

screenshot

Speed Dial | Bookmarks-Erweiterungs-CRX-Datei herunterladen

Laden Sie Speed Dial | Bookmarks-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

                        Speed Dial | Bookmarks - app for the Chrome browser, which makes working with bookmarks comfortable and enjoyable. You do not need to re-create bookmarks - after installing the app will automatically transfer all of your bookmarks on your homepage. You can move bookmarks, move, and rename folders and of course use the search which is located on the main page. Watch a short video tutorial, and feel the difference.
Speed Dial | Bookmarks - everything you need at one's fingertips!                    

Grundlegende Informationen zur Erweiterung

Name Speed Dial | Bookmarks Speed Dial | Bookmarks
ID anlhakiodmebohjmkbciohpglnjifjaa
Offizielle URL https://chromewebstore.google.com/detail/speed-dial-bookmarks/anlhakiodmebohjmkbciohpglnjifjaa
Beschreibung Speed Dial | Bookmarks - quick access to your favorites sites.
Dateigröße 654 KB
Installationsanzahl 4,269
Aktuelle Version 4.0.0.9
Letztes Update 2024-01-20
Veröffentlichungsdatum 2020-03-01
Bewertung 4.15/5 Insgesamt 39 Bewertungen
Entwickler Speed Dial
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://dialspeed.xyz/chrome/support/
URL der Datenschutzrichtlinien-Seite https://cf-privacy.dialspeed.xyz/privacy/policy.html
Unterstützte Sprachen en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "sw.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html#newtab"
    },
    "description": "__MSG_app_description__",
    "default_locale": "en",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "104.0.0.0",
    "name": "__MSG_app_name__",
    "short_name": "SpeedDial",
    "options_page": "options.html",
    "permissions": [
        "bookmarks",
        "storage",
        "tabs",
        "alarms",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "version": "4.0.0.9"
}