Speed Dial | Bookmarks

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

Apa itu Speed Dial | Bookmarks?

Speed Dial | Bookmarks adalah ekstensi Chrome yang dikembangkan oleh Speed Dial, dan fitur utamanya adalah "Speed Dial | Bookmarks - quick access to your favorites sites.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Speed Dial | Bookmarks

Unduh file ekstensi Speed Dial | Bookmarks dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Speed Dial | Bookmarks Speed Dial | Bookmarks
ID anlhakiodmebohjmkbciohpglnjifjaa
URL Resmi https://chromewebstore.google.com/detail/speed-dial-bookmarks/anlhakiodmebohjmkbciohpglnjifjaa
Deskripsi Speed Dial | Bookmarks - quick access to your favorites sites.
Ukuran File 654 KB
Jumlah Instalasi 4,269
Versi Saat Ini 4.0.0.9
Terakhir Diperbarui 2024-01-20
Tanggal Publikasi 2020-03-01
Penilaian 4.15/5 Total 39 Penilaian
Pengembang Speed Dial
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://dialspeed.xyz/chrome/support/
URL Halaman Kebijakan Privasi https://cf-privacy.dialspeed.xyz/privacy/policy.html
Bahasa yang Didukung 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"
}