SwiftDial

Modern, easily customizable, privacy-friendly speed dial / home page / new tab.

What is SwiftDial?

SwiftDial is a Chrome extension developed by https://nscript.ru, and its main feature is "Modern, easily customizable, privacy-friendly speed dial / home page / new tab.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download SwiftDial Extension CRX File

Download SwiftDial extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        SwiftDial replaces the homepage and new tab page of your browser with a speed dial to which you can add your favorite websites and set up how they look with the help of the simple and intuitive settings.

YOU CAN ALWAYS:
📱 Install and use SwiftDial with popular (desktop and some mobile) web browsers { 🔗 nscript.ru/swiftdial/browsers }
➕ Add, remove, edit and reorder sites on the homepage
✔️ Open, close, switch to auto-hidden mode and then invoke menu panels
🖼️ Use custom images as site thumbnails
🎨 Set site background color and opacity
📐 Set the dimensions and roundness of site tiles as well as the gaps between them
📐 Set the width of the site tiles area, spacing from the edges of the homepage and site tiles alignment
📐 Choose whether site tiles should always preserve their dimensions or adapt to browser window size
🔲 Add site border and set its width and color
📝 Add site titles and set their position, size, color, as well as the color and opacity of their background
✨ Liven up the appearance of the home page with the mouse hover effects
✔️ Choose where the main menu is supposed to be on the homepage - top, bottom, vertically on the left side or vertically on the right side
✔️ Hide the main menu to enjoy your speed dial without distractions
🎨 Choose a background color of the homepage
🖼️ Use your own custom images or the images from the built-in gallery as the homepage background
🖼️ Create and edit several types of multi-color gradients of your choice for the homepage background
🖼️ Combine several homepage backgrounds into a slideshow and choose their change interval and order
🖌️ Choose the Light, Dark and High Contrast menu themes
🖌️ Choose the Auto menu theme that adapts to your system preferences
🎨 Choose any of the more than 3 million colors of the Customizable menu theme
🎨 Set opacity of the menu panels background
📂 Create, edit and reorder site groups
📂 Pin site groups to the homepage
📂 Move sites between site groups
📂 Open all sites in a site group in new tabs in one click
↗️ Open sites in current and new tabs and windows
🔗 Copy site links
🔗 Easily share site links on social media
🏳️ Choose between 9 languages
🖱️ Use the extension with a mouse, a keyboard and touch devices
🛡️ Backup/restore your settings and sites
🛡️ Reset the settings and sites to the default state
🛡️ Be sure that your settings and sites are stored on your device and are not being sent anywhere else
🛡️ Manage the extension's permissions

YOU CAN PERMIT TO:
➕ Add sites to the homepage using the extension's icon on the browser toolbar
🖼️ Automatically generate site images or icons
📷 Generate site screenshots
🖼️ Add images as site thumbnails or as hompage backgrounds directly from web pages or by supplying their web addresses
↗️ Open sites in new private windows

YOU CAN ALSO:
🎨 Check out SwiftDial Extras
🔗 https://nscript.ru/swiftdial/extras/

SUPPORT SWIFTDIAL:
🎁 With a donation
🔗 https://nscript.ru/donate/

⭐ With a rating
🔗 https://nscript.ru/swiftdial/rate/

↗️ On social media
🔗 https://nscript.ru/social/

More features are coming... Stay tuned and let us know what you think so far by leaving a review or via email.                    

Extension Basic Information

Name SwiftDial SwiftDial
ID lkgddfdhacphakkcolonlmpjeenkgpci
Official URL https://chromewebstore.google.com/detail/swiftdial/lkgddfdhacphakkcolonlmpjeenkgpci
Description Modern, easily customizable, privacy-friendly speed dial / home page / new tab.
File Size 362 KB
Installation Count 1,081
Current Version 48
Last Updated 2024-01-16
Publish Date 2021-03-09
Rating 4.75/5 Total 20 Ratings
Developer https://nscript.ru
Email [email protected]
Payment Type free
Extension Website https://nscript.ru/swiftdial
Supported Languages de,en,fr,es,es-419,it,pt-BR,pt-PT,ru,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "SwiftDial",
    "description": "__MSG_extensionDescription__",
    "version": "48",
    "author": "nScript",
    "homepage_url": "https:\/\/nscript.ru\/swiftdial\/",
    "icons": {
        "16": "ast\/icon16.png",
        "24": "ast\/icon24.png",
        "32": "ast\/icon32.png",
        "48": "ast\/icon48.png",
        "128": "ast\/icon128.png"
    },
    "minimum_chrome_version": "86.0",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "alarms",
        "contextMenus",
        "declarativeContent"
    ],
    "optional_permissions": [
        ""
    ],
    "background": {
        "scripts": [
            "scr\/bc.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_icon": {
            "16": "ast\/icon16.png",
            "24": "ast\/icon24.png",
            "32": "ast\/icon32.png",
            "48": "ast\/icon48.png",
            "128": "ast\/icon128.png"
        },
        "default_title": "__MSG_addToExtension__",
        "default_popup": "pop.html"
    },
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Alt+A"
            },
            "description": "__MSG_addToExtension__"
        },
        "openSwiftDial": {
            "suggested_key": {
                "default": "Alt+O"
            },
            "description": "__MSG_openSwiftDial__"
        }
    }
}