Speed Dial Dogs

Speed Dial allows you to add and manage bookmarks in the New Tab page.

O que é Speed Dial Dogs?

Speed Dial Dogs é uma extensão do Chrome desenvolvida por https://www.addonsearch.net, e sua principal característica é "Speed Dial allows you to add and manage bookmarks in the New Tab page.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Speed Dial Dogs

Baixe arquivos de extensão Speed Dial Dogs 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

                        Speed Dial Dogs allows you to manage bookmarks and select a beautiful background wallpaper with a dog picture.

You could select from predefined dog background themes or set a custom background image with a image of your own dog.

With the integrated search box you can start your search directly in the New Tab. The default search is changed to addonsearch.net in the New Tab.

Your bookmarks are only stored locally in your browser and are kept private.

Terms & Conditions: https://www.addonsearch.net/terms.html
Privacy Policy: https://www.addonsearch.net/privacy.html                    

Informações Básicas da Extensão

Nome Speed Dial Dogs Speed Dial Dogs
ID efjlkfleldijfhcobncfdndaeigkijgn
URL Oficial https://chromewebstore.google.com/detail/speed-dial-dogs/efjlkfleldijfhcobncfdndaeigkijgn
Descrição Speed Dial allows you to add and manage bookmarks in the New Tab page.
Tamanho do Arquivo 3.32 MB
Contagem de Instalações 3,398
Versão Atual 2.0.2
Última Atualização 2021-02-10
Data de Publicação 2020-05-24
Classificação 4.33/5 Total de 6 Avaliações
Desenvolvedor https://www.addonsearch.net
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.addonsearch.net/privacy.html
Idiomas Suportados de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Speed Dial Dogs",
    "version": "2.0.2",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "48": "img\/48.png",
        "64": "img\/64.png",
        "128": "img\/128.png"
    },
    "permissions": [
        "",
        "activeTab",
        "contextMenus",
        "history",
        "storage",
        "unlimitedStorage"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "pages\/newtab.html"
    },
    "browser_action": {
        "default_icon": "img\/64.png"
    }
}