Speed Dial

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

Wat is Speed Dial?

Speed Dial is een Chrome-extensie ontwikkeld door https://www.addonsearch.net, en de belangrijkste functie is "Speed Dial allows you to add and manage bookmarks in the New Tab page.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Speed Dial

Download Speed Dial-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Manage bookmarks directly in the New Tab page of your browser. All important websites are displayed quickly in the browser tab. 

You could select from predefined background themes and set a custom background image.

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                    

Basisinformatie over de Extensie

Naam Speed Dial Speed Dial
ID pbclkopbecbmkiijepgjoodiidfkbchn
Officiële URL https://chromewebstore.google.com/detail/speed-dial/pbclkopbecbmkiijepgjoodiidfkbchn
Beschrijving Speed Dial allows you to add and manage bookmarks in the New Tab page.
Bestandsgrootte 4.67 MB
Aantal Installaties 34,746
Huidige Versie 2.0.2
Laatst Bijgewerkt 2020-05-22
Publicatiedatum 2020-05-22
Beoordeling 4.27/5 Totaal 33 Beoordelingen
Ontwikkelaar https://www.addonsearch.net
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.addonsearch.net/privacy.html
Ondersteunde Talen de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Speed Dial",
    "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"
    }
}