No Speed Dial

NoSpeedDial - open a new tab without Speed Dial

Hvad er No Speed Dial?

No Speed Dial er en Chrome-udvidelse udviklet af #DEL#, og dens hovedfunktion er "NoSpeedDial - open a new tab without Speed Dial".

Udvidelsesskærmbilleder

screenshot

Download No Speed Dial-udvidelses-CRX-fil

Download No Speed Dial-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn No Speed Dial No Speed Dial
ID nenkfddcinieejhaipddbmdpkhajbpff
Officiel URL https://chromewebstore.google.com/detail/no-speed-dial/nenkfddcinieejhaipddbmdpkhajbpff
Beskrivelse NoSpeedDial - open a new tab without Speed Dial
Filstørrelse 67.11 KB
Antal Installationer 475
Nuværende Version 2.1.0
Senest Opdateret 2015-01-09
Udgivelsesdato 2015-01-09
Bedømmelse 4.52/5 Samlet 42 Bedømmelser
Udvikler #DEL#
Betalingsmetode free
Understøttede Sprog 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"
}