Speed Dial | Bookmarks

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

Cos'è Speed Dial | Bookmarks?

Speed Dial | Bookmarks è un'estensione di Chrome sviluppata da Speed Dial, e la sua funzione principale è "Speed Dial | Bookmarks - quick access to your favorites sites.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Speed Dial | Bookmarks

Scarica i file di estensione Speed Dial | Bookmarks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Speed Dial | Bookmarks Speed Dial | Bookmarks
ID anlhakiodmebohjmkbciohpglnjifjaa
URL Ufficiale https://chromewebstore.google.com/detail/speed-dial-bookmarks/anlhakiodmebohjmkbciohpglnjifjaa
Descrizione Speed Dial | Bookmarks - quick access to your favorites sites.
Dimensione del File 654 KB
Conteggio Installazioni 4,269
Versione Corrente 4.0.0.9
Ultimo Aggiornamento 2024-01-20
Data di Pubblicazione 2020-03-01
Valutazione 4.15/5 Totale 39 Valutazioni
Sviluppatore Speed Dial
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://dialspeed.xyz/chrome/support/
URL della Pagina della Politica sulla Privacy https://cf-privacy.dialspeed.xyz/privacy/policy.html
Lingue Supportate 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"
}