Speed Dial

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

What is Speed Dial?

Speed Dial is a Chrome extension developed by https://www.addonsearch.net, and its main feature is "Speed Dial allows you to add and manage bookmarks in the New Tab page.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Speed Dial Extension CRX File

Download Speed Dial extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Speed Dial Speed Dial
ID pbclkopbecbmkiijepgjoodiidfkbchn
Official URL https://chromewebstore.google.com/detail/speed-dial/pbclkopbecbmkiijepgjoodiidfkbchn
Description Speed Dial allows you to add and manage bookmarks in the New Tab page.
File Size 4.67 MB
Installation Count 34,746
Current Version 2.0.2
Last Updated 2020-05-22
Publish Date 2020-05-22
Rating 4.27/5 Total 33 Ratings
Developer https://www.addonsearch.net
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.addonsearch.net/privacy.html
Supported Languages 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"
    }
}