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

Speed Dial [FVD] - New Tab Page, 3D, Sync...란 무엇입니까?

Speed Dial [FVD] - New Tab Page, 3D, Sync...은(는) https://fvdspeeddial.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "New Tab Page Replacement with 3D Speed Dial and predefined images, sync and organize your bookmarks, groups, and most visited"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Speed Dial [FVD] - New Tab Page, 3D, Sync... 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ★★ 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                    

확장 프로그램 기본 정보

이름 Speed Dial [FVD] - New Tab Page, 3D, Sync... Speed Dial [FVD] - New Tab Page, 3D, Sync...
ID llaficoajjainaijghjlofdfmbjpebpa
공식 URL https://chromewebstore.google.com/detail/speed-dial-fvd-new-tab-pa/llaficoajjainaijghjlofdfmbjpebpa
설명 New Tab Page Replacement with 3D Speed Dial and predefined images, sync and organize your bookmarks, groups, and most visited
파일 크기 4.24 MB
설치 횟수 630,128
현재 버전 81.6.6
최근 업데이트 2024-02-14
출시 날짜 2020-06-20
평점 4.70/5 총 117033 개의 평점
개발자 https://fvdspeeddial.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://fvdspeeddial.com
도움말 페이지 URL https://nimbusweb.me/s/share/3644739/26cf9i89r01k7swzsw9g
개인정보 보호 정책 페이지 URL https://everhelper.pro/privacy.php
지원되는 언어 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"
}