No Speed Dial
NoSpeedDial - open a new tab without Speed Dial
Cos'è No Speed Dial?
No Speed Dial è un'estensione di Chrome sviluppata da #DEL#, e la sua funzione principale è "NoSpeedDial - open a new tab without Speed Dial".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione No Speed Dial
Scarica i file di estensione No Speed Dial in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | nenkfddcinieejhaipddbmdpkhajbpff |
| URL Ufficiale | https://chromewebstore.google.com/detail/no-speed-dial/nenkfddcinieejhaipddbmdpkhajbpff |
| Descrizione | NoSpeedDial - open a new tab without Speed Dial |
| Dimensione del File | 67.11 KB |
| Conteggio Installazioni | 475 |
| Versione Corrente | 2.1.0 |
| Ultimo Aggiornamento | 2015-01-09 |
| Data di Pubblicazione | 2015-01-09 |
| Valutazione | 4.52/5 Totale 42 Valutazioni |
| Sviluppatore | #DEL# |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
} | |