Speed Dial | Bookmarks

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

Qu'est-ce que Speed Dial | Bookmarks ?

Speed Dial | Bookmarks est une extension Chrome développée par Speed Dial, et sa fonction principale est "Speed Dial | Bookmarks - quick access to your favorites sites.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Speed Dial | Bookmarks

Téléchargez les fichiers d'extension Speed Dial | Bookmarks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Speed Dial | Bookmarks Speed Dial | Bookmarks
ID anlhakiodmebohjmkbciohpglnjifjaa
URL Officiel https://chromewebstore.google.com/detail/speed-dial-bookmarks/anlhakiodmebohjmkbciohpglnjifjaa
Description Speed Dial | Bookmarks - quick access to your favorites sites.
Taille du Fichier 654 KB
Nombre d'Installations 4,269
Version Actuelle 4.0.0.9
Dernière Mise à Jour 2024-01-20
Date de Publication 2020-03-01
Évaluation 4.15/5 Total 39 Évaluations
Développeur Speed Dial
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://dialspeed.xyz/chrome/support/
URL de la Page de Politique de Confidentialité https://cf-privacy.dialspeed.xyz/privacy/policy.html
Langues Prises en Charge 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"
}