Speed Dial

Speed Dial changes standard page to the new tab page with your saved bookmarks.

O que é Speed Dial?

Speed Dial é uma extensão do Chrome desenvolvida por Speed Dial Dev, e sua principal característica é "Speed Dial changes standard page to the new tab page with your saved bookmarks.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Speed Dial

Baixe arquivos de extensão Speed Dial no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        The Speed Dial expansion changes standard browser tab to beautiful new tab page with Visual Bookmarks.

The main advantage of Speed Dial in comparison with the standard page is that you can add the links to the websites of your choice so you always have direct access to them. And also you can sort the icons of already added links. 

Our expansion also adds the search bar. The page layout can be changed in the expansion settings, you can also change the search engine used for the search bar.

Thanks to "import and export" function your visual bookmarks will not be lost after browser or system reinstallation. This function also allows you to transfer your saved bookmarks to other computers with New Tab Page installed instead of standard page.                    

Informações Básicas da Extensão

Nome Speed Dial Speed Dial
ID ejbjamhkdedinncaeiackcdehpccoejm
URL Oficial https://chromewebstore.google.com/detail/speed-dial/ejbjamhkdedinncaeiackcdehpccoejm
Descrição Speed Dial changes standard page to the new tab page with your saved bookmarks.
Tamanho do Arquivo 1.51 MB
Contagem de Instalações 278,032
Versão Atual 1.1.9
Última Atualização 2022-11-16
Data de Publicação 2020-05-12
Classificação 4.70/5 Total de 22039 Avaliações
Desenvolvedor Speed Dial Dev
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda http://feedback.speed-dial.net/
Idiomas Suportados en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Alexander",
    "background": {
        "service_worker": "js\/bg.js"
    },
    "chrome_url_overrides": {
        "newtab": "pages\/newtab.html"
    },
    "default_locale": "en",
    "description": "__MSG_chrome_extension_description__",
    "icons": {
        "128": "img\/128.png",
        "256": "img\/256.png"
    },
    "manifest_version": 3,
    "name": "__MSG_chrome_extension_name__",
    "permissions": [
        "tabs",
        "unlimitedStorage",
        "contextMenus",
        "storage",
        "favicon"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "_favicon\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "*"
            ]
        }
    ],
    "short_name": "__MSG_chrome_extension_short_name__",
    "version": "1.1.9"
}