Speed Dial 3™

Speed Dial 3™ offers speed dial, and quick access to your APPS, bookmarks and history.

What is Speed Dial 3™?

Speed Dial 3™ is a Chrome extension developed by SD3™, and its main feature is "Speed Dial 3™ offers speed dial, and quick access to your APPS, bookmarks and history.".

Extension Screenshots

screenshot
screenshot

Download Speed Dial 3™ Extension CRX File

Download Speed Dial 3™ 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

                        Speed Dial 3™ is an extended application of the Chrome browser which is based on HTML5. It replaces original New tab page. Save your favorite pages in one place with quick access to apps, bookmarks and browsing history. 

It provides several features such as custom speed dial(like  count,style,size,opacity,etc), custom themes and background, quick add your common sites and apps, weather, quick search and auto backup data in time.

==============================
Update Log:

Version: 1.7.9 Updated: 2014-12-11
1. Fixed some bugs.

Version: 1.7.8 Updated: 2014-11-20
1. Added Super Discount function (only for chinese language)
2. Fixed some bugs.                    

Extension Basic Information

Name Speed Dial 3™ Speed Dial 3™
ID hfgjjcbbihjnpdommbepdkpfnkkapnbh
Official URL https://chrome.google.com/webstore/detail/speed-dial-3/hfgjjcbbihjnpdommbepdkpfnkkapnbh
Description Speed Dial 3™ offers speed dial, and quick access to your APPS, bookmarks and history.
File Size 294 KB
Installation Count 40,000
Current Version 1.7.9
Last Updated 2014-12-10
Publish Date 2014-12-10
Rating 3.53/5 Total 637 Ratings
Developer SD3™
Payment Type free
Supported Languages de,en,fr,es,es-419,pt-BR,pt-PT,ru,zh-CN,zh-TW,ja
manifest.json
{
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "name": "__MSG_chrome_extension_name__",
    "short_name": "__MSG_chrome_extension_short_name__",
    "description": "__MSG_chrome_extension_description__",
    "version": "1.7.9",
    "browser_action": {
        "default_icon": "img\/icon_16.png",
        "default_popup": "pop.html"
    },
    "icons": {
        "16": "img\/icon_16.png",
        "128": "img\/icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "options_page": "index.html#setting",
    "permissions": [
        "management",
        "history",
        "chrome:\/\/favicon\/",
        "bookmarks",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "notifications",
        "topSites",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        "background.html",
        "pop.html",
        "redirect.html",
        "index.html"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self';",
    "manifest_version": 2
}