Speed Dial Dogs

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

Qu'est-ce que Speed Dial Dogs ?

Speed Dial Dogs est une extension Chrome développée par https://www.addonsearch.net, et sa fonction principale est "Speed Dial allows you to add and manage bookmarks in the New Tab page.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Speed Dial Dogs

Téléchargez les fichiers d'extension Speed Dial Dogs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Speed Dial Dogs Speed Dial Dogs
ID efjlkfleldijfhcobncfdndaeigkijgn
URL Officiel https://chromewebstore.google.com/detail/speed-dial-dogs/efjlkfleldijfhcobncfdndaeigkijgn
Description Speed Dial allows you to add and manage bookmarks in the New Tab page.
Taille du Fichier 3.32 MB
Nombre d'Installations 3,398
Version Actuelle 2.0.2
Dernière Mise à Jour 2021-02-10
Date de Publication 2020-05-24
Évaluation 4.33/5 Total 6 Évaluations
Développeur https://www.addonsearch.net
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.addonsearch.net/privacy.html
Langues Prises en Charge 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"
    }
}