Speed Dial 3™

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

什么是Speed Dial 3™?

Speed Dial 3™是由SD3™开发的Chrome扩展程序,该扩展的主要功能是“Speed Dial 3™ offers speed dial, and quick access to your APPS, bookmarks and history.”。

扩展截图

screenshot
screenshot

下载Speed Dial 3™扩展crx文件

下载Speed Dial 3™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Speed Dial 3™ Speed Dial 3™
ID hfgjjcbbihjnpdommbepdkpfnkkapnbh
官方URL https://chrome.google.com/webstore/detail/speed-dial-3/hfgjjcbbihjnpdommbepdkpfnkkapnbh
简介 Speed Dial 3™ offers speed dial, and quick access to your APPS, bookmarks and history.
文件大小 294 KB
安装次数 40,000
当前版本 1.7.9
更新时间 2014-12-10
上架时间 2014-12-10
评分 3.53/5 共637次评分
开发者 SD3™
付费类型 free
支持的语言 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
}