Speed Dial [FVD] - New Tab Page, 3D, Sync...

New Tab Page Replacement with 3D Speed Dial and predefined images, sync and organize your bookmarks, groups, and most visited

Apa itu Speed Dial [FVD] - New Tab Page, 3D, Sync...?

Speed Dial [FVD] - New Tab Page, 3D, Sync... adalah ekstensi Chrome yang dikembangkan oleh https://fvdspeeddial.com, dan fitur utamanya adalah "New Tab Page Replacement with 3D Speed Dial and predefined images, sync and organize your bookmarks, groups, and most visited".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Speed Dial [FVD] - New Tab Page, 3D, Sync...

Unduh file ekstensi Speed Dial [FVD] - New Tab Page, 3D, Sync... 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

                        ★★ Over Hundreds of Thousand of People love FVD Speed Dial ★★

Replace new tab page with most popular speed dial (visual bookmarks) with incredible design, groups, sync, and other useful features. 

This extension takes over your new tab and the search features within the extension will be provided by Microsoft Bing.  (You can disable search in the settings).

★★Main Features of the new tab page★★

✔ Speed Dial (visual bookmarks)

This mode allows you to create your own Speed Dials (aka bookmarks)When you open your new tab, you will see all your predefined speed dials.

 Most-Visited 

The Most-Visited category lists the sites that you visit most often. Each
Dial contains a group with the full list of URLs you’ve visited. You can add any Dial from the Most-Visited category to your Speed Dial and access your most popular websites from your new tab page.

 Groups

FVD Speed Dial allows grouping sites by different topics. For example, for car-related sites, you can create a group called Cars, for gaming sites - Games, etc. 

🔄 Synchronization 

You can synchronize your speed dials between different computers and have them open in the new tab. For instance, you can work with those sites from home and work. 

 Searching

If you have hundreds of sites, it's not so easy to locate the one you need. That's when the feature that allows searching by speed dials comes to enhance your new tab page. All you need to know is at least one of the words. This search is built into the top of the new tab page and accessible in one link.


Use it as your awesome new tab page replacement! 

User Data Policy:

This extension may use History to create Bookmark tiles (Speed Dial) for you. The extension sends requests to the server to synchronize your bookmark tiles (speed dials), tasks, and other settings. You can disable Synchronization and Speed Dial in the extension settings.

This extension has a built-in monetization (ads) to support our development features and needs to use user data: search bar provided by Microsoft Bing or Yahoo, sponsored bookmark tiles (for example Amazon bookmark), and Premium Accounts. You can disable all of that in the settings or right during onboarding.

Contact us:
https://support.nimbusweb.co/portal/en/newticket

Privacy Policy: https://everhelper.pro/privacy.php

Terms of Use:   https://everhelper.pro/terms-and-contitions.php                    

Informasi Dasar Ekstensi

Nama Speed Dial [FVD] - New Tab Page, 3D, Sync... Speed Dial [FVD] - New Tab Page, 3D, Sync...
ID llaficoajjainaijghjlofdfmbjpebpa
URL Resmi https://chromewebstore.google.com/detail/speed-dial-fvd-new-tab-pa/llaficoajjainaijghjlofdfmbjpebpa
Deskripsi New Tab Page Replacement with 3D Speed Dial and predefined images, sync and organize your bookmarks, groups, and most visited
Ukuran File 4.24 MB
Jumlah Instalasi 630,128
Versi Saat Ini 81.6.6
Terakhir Diperbarui 2024-02-14
Tanggal Publikasi 2020-06-20
Penilaian 4.70/5 Total 117033 Penilaian
Pengembang https://fvdspeeddial.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://fvdspeeddial.com
URL Halaman Bantuan https://nimbusweb.me/s/share/3644739/26cf9i89r01k7swzsw9g
URL Halaman Kebijakan Privasi https://everhelper.pro/privacy.php
Bahasa yang Didukung en,fr,es,hu,pt-PT,ru,uk,zh-CN
manifest.json
{
    "manifest_version": 3,
    "name": "Speed Dial [FVD] - New Tab Page, 3D, Sync...",
    "description": "New Tab Page Replacement with 3D Speed Dial and predefined images, sync and organize your bookmarks, groups, and most visited",
    "default_locale": "en",
    "background": {
        "service_worker": "worker.js",
        "type": "module"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "action": {
        "default_icon": "images\/icons\/24x24.png",
        "default_title": "FVD Speed Dial"
    },
    "content_scripts": [
        {
            "js": [
                "content-scripts\/fvdspeeddial.js"
            ],
            "matches": [
                "https:\/\/www.fvdspeeddial.com\/*",
                "https:\/\/fvdspeeddial.com\/*",
                "https:\/\/www.qa.fvdspeeddial.com\/*",
                "https:\/\/qa.fvdspeeddial.com\/*"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "content-scripts\/everhelper.js"
            ],
            "matches": [
                "*:\/\/everhelper.pro\/*",
                "*:\/\/*.everhelper.pro\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "history",
        "management",
        "unlimitedStorage",
        "contextMenus",
        "storage",
        "idle",
        "scripting",
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "options_page": "options.html",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/cropper\/img.png",
                "newtab.html",
                "content-scripts\/hiddencapture-inject.js"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "short_name": "New Tab Page",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "81.6.6",
    "icons": {
        "128": "images\/icons\/128x128.png",
        "16": "images\/icons\/16x16.png",
        "24": "images\/icons\/24x24.png",
        "32": "images\/icons\/32x32.png",
        "48": "images\/icons\/48x48.png",
        "64": "images\/icons\/64x64.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCcLWij2OcnGKZ9EBrjBUmTPIhLiH\/lvGsLY49LnaeKIcI1MkhKIP4Q7ok8E1Y2iD0xpgF\/EE9cq0g+9IX9CKpk92cYU\/69Z6HnMwfn8MGvRFT4qmbh\/8GrmFXCJqbyt3fbGqGRxH+fzY5wDGQ4mQkX2PUaG1MALUVnmEt5eV1aIwIDAQAB"
}