No Speed Dial
NoSpeedDial - open a new tab without Speed Dial
Wat is No Speed Dial?
No Speed Dial is een Chrome-extensie ontwikkeld door #DEL#, en de belangrijkste functie is "NoSpeedDial - open a new tab without Speed Dial".
Extensie Screenshots
Download het CRX-bestand van de extensie No Speed Dial
Download No Speed Dial-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | nenkfddcinieejhaipddbmdpkhajbpff |
| Officiële URL | https://chromewebstore.google.com/detail/no-speed-dial/nenkfddcinieejhaipddbmdpkhajbpff |
| Beschrijving | NoSpeedDial - open a new tab without Speed Dial |
| Bestandsgrootte | 67.11 KB |
| Aantal Installaties | 475 |
| Huidige Versie | 2.1.0 |
| Laatst Bijgewerkt | 2015-01-09 |
| Publicatiedatum | 2015-01-09 |
| Beoordeling | 4.52/5 Totaal 42 Beoordelingen |
| Ontwikkelaar | #DEL# |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
} | |