Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
kyle
/
quad
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
fixed my mistake that stopped chrome from saving settings
dev
Kyle
hace 2 años
padre
4796f30d5f
commit
df08ebbefe
Se han
modificado 2 ficheros
con
9 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
manifest.json
+8
-0
notes.txt
+ 1
- 1
manifest.json
Ver fichero
@ -1,7 +1,7 @@
{
"name"
:
"Quad - New Tab"
,
"short_name"
:
"Quad"
,
"version"
:
"1.0.
3
"
,
"version"
:
"1.0.
4
"
,
"manifest_version"
:
2
,
"description"
:
"A minimal New Tab page"
,
"author"
:
"Kyle Mitchell"
,
+ 8
- 0
notes.txt
Ver fichero
@ -0,0 +1,8 @@
Chrome:
use "chrome.storage" in place of "browser.storage" (default) in files:
js/home.js
js/options.js
remove cobe block in manifest.json:
"chrome_settings_overrides" : {
"homepage": "index.html"
},
Escribir
Vista previa
Cargando…
Cancelar
Guardar