No Speed Dial

NoSpeedDial - open a new tab without Speed Dial

Vad är No Speed Dial?

No Speed Dial är en Chrome-tillägg utvecklad av #DEL#, och dess huvudfunktion är "NoSpeedDial - open a new tab without Speed Dial".

Tilläggsskärmbilder

screenshot

Ladda ner No Speed Dial-förlängningens CRX-fil

Ladda ner No Speed Dial-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn No Speed Dial No Speed Dial
ID nenkfddcinieejhaipddbmdpkhajbpff
Officiell webbadress https://chromewebstore.google.com/detail/no-speed-dial/nenkfddcinieejhaipddbmdpkhajbpff
Beskrivning NoSpeedDial - open a new tab without Speed Dial
Filstorlek 67.11 KB
Antal Installationer 475
Aktuell Version 2.1.0
Senast Uppdaterad 2015-01-09
Publiceringsdatum 2015-01-09
Betyg 4.52/5 Totalt 42 Betyg
Utvecklare #DEL#
Betalningssätt free
Stödda Språk 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"
}