Speed Dial

Easy access to your favorite websites via a stylish speed dial!

Co je Speed Dial?

Speed Dial je rozšíření Chrome vyvinuté Jorvi, a jeho hlavní funkcí je „Easy access to your favorite websites via a stylish speed dial!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Speed Dial

Stáhněte si soubory rozšíření Speed Dial ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Speed Dial is an extension to help you browse your favorite sites much faster.

On any page, please right-click and then select Add to Speed Dial. You can also right-click on the toolbar button and then click on the add to speed dial from there. The website will be added to the speed dial page with a screenshot included. To open the speed dial, click on the toolbar icon. Within the speed dial UI, there is a settings sidebar that lets you adjust some aesthetic options. This extension includes several background images (open sidebar to change). Please note that all the options are auto-saved to the memory.

Note 1: when you first install the extension, a few websites are added to the speed dial automatically from your history (most visited websites). These websites do not have any screenshots included.

Note 2: all cells within the speed dial UI are drag-able. Simply drag and drop the cell to your desired location; all cells will be reordered automatically and saved to the memory.

Note 3: The speed dial add-on, does NOT change the look of the new tab in your browser. It just adds a stand-alone page rendered with Speed Dial UI.

Note 4: use the keyboard shortcut (Alt + Shift + A) to add desired pages to the speed dial.

Note 5: use the toolbar button's context menu item to add the current tab or, all tabs, to the speed dial automatically. If you choose all tabs, the extension will ask for broad host permission.

If you have a feature request or found a bug to report, please fill out the bug report form on the addon's homepage (https://mybrowseraddon.com/speed-dial.html).                    

Základní Informace o Rozšíření

Název Speed Dial Speed Dial
ID iabdallljpblefakghecaimjnfgcmmdg
Oficiální URL https://chromewebstore.google.com/detail/speed-dial/iabdallljpblefakghecaimjnfgcmmdg
Popis Easy access to your favorite websites via a stylish speed dial!
Velikost souboru 15.44 MB
Počet instalací 2,539
Aktuální Verze 0.2.0
Poslední Aktualizace 2023-04-24
Datum Vydání 2020-05-05
Hodnocení 3.86/5 Celkem 14 Hodnocení
Vývojář Jorvi
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://mybrowseraddon.com/speed-dial.html
URL Stránky Nápovědy https://mybrowseraddon.com/speed-dial.html
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.0",
    "name": "Speed Dial",
    "manifest_version": 3,
    "offline_enabled": true,
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "homepage_url": "https:\/\/mybrowseraddon.com\/speed-dial.html",
    "description": "Easy access to your favorite websites via a stylish speed dial!",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Speed Dial",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "commands": {
        "add-to-speeddial": {
            "description": "Add to Speed Dial",
            "suggested_key": {
                "mac": "Alt+Shift+A",
                "default": "Alt+Shift+A"
            }
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}