No Speed Dial

NoSpeedDial - open a new tab without Speed Dial

What is No Speed Dial?

No Speed Dial is a Chrome extension developed by #DEL#, and its main feature is "NoSpeedDial - open a new tab without Speed Dial".

Extension Screenshots

screenshot

Download No Speed Dial Extension CRX File

Download No 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

                        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                    

Extension Basic Information

Name No Speed Dial No Speed Dial
ID nenkfddcinieejhaipddbmdpkhajbpff
Official URL https://chromewebstore.google.com/detail/no-speed-dial/nenkfddcinieejhaipddbmdpkhajbpff
Description NoSpeedDial - open a new tab without Speed Dial
File Size 67.11 KB
Installation Count 475
Current Version 2.1.0
Last Updated 2015-01-09
Publish Date 2015-01-09
Rating 4.52/5 Total 42 Ratings
Developer #DEL#
Payment Type free
Supported Languages 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"
}