No Speed Dial

NoSpeedDial - open a new tab without Speed Dial

什么是No Speed Dial?

No Speed Dial是由#DEL#开发的Chrome扩展程序,该扩展的主要功能是“NoSpeedDial - open a new tab without Speed Dial”。

扩展截图

screenshot

下载No Speed Dial扩展crx文件

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

扩展使用说明

                        Simple lightweight application that open new tabs without built in Speed Dial.

Updates:

v.2.0.5 - Added "Applications" button
v.2.0 - Added some functional buttons and chrome logo                    

扩展基本信息

名称 No Speed Dial No Speed Dial
ID nenkfddcinieejhaipddbmdpkhajbpff
官方URL https://chromewebstore.google.com/detail/no-speed-dial/nenkfddcinieejhaipddbmdpkhajbpff
简介 NoSpeedDial - open a new tab without Speed Dial
文件大小 67.11 KB
安装次数 475
当前版本 2.1.0
更新时间 2015-01-09
上架时间 2015-01-09
评分 4.52/5 共42次评分
开发者 #DEL#
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "noSpeedDial_bg.js",
            "jquery-1.11.1.min.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "blank.html"
    },
    "content_scripts": [
        {
            "css": [
                "aboutHome.css"
            ],
            "js": [
                "noSpeedDial_cs.js",
                "jquery-1.11.1.min.js"
            ],
            "matches": [
                "http:\/\/nenkfddcinieejhaipddbmdpkhajbpff\/*"
            ]
        }
    ],
    "description": "NoSpeedDial - open a new tab without Speed Dial",
    "icons": {
        "128": "no_entry.png"
    },
    "manifest_version": 2,
    "name": "No Speed Dial",
    "permissions": [
        "tabs"
    ],
    "version": "2.1.0"
}