File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed
Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 33 "message" : " Disable automatic tab discarding"
44 },
55 "manifest_description" : {
6- "message" : " Stops Chrome from suspending tabs, and reloading them when you switch to them"
6+ "message" : " Stops Chrome from suspending tabs, and reloading them when you switch to them. "
77 },
88 "manifest_title" : {
99 "message" : " Automatic tab discarding currently disabled\n Disable/uninstall this extension to enable it"
Original file line number Diff line number Diff line change 33 "message" : " Deshabilitar la suspensión de pestañas"
44 },
55 "manifest_description" : {
6- "message" : " Evita que Chrome suspenda pestañas y se actualicen cuando vuelves a ellas"
6+ "message" : " Evita que Chrome suspenda pestañas y se actualicen cuando vuelves a ellas. "
77 },
88 "manifest_title" : {
99 "message" : " La suspensión de pestañas está deshabilitada\n Desactiva/desinstala esta extensión para activarla"
Original file line number Diff line number Diff line change 11chrome . tabs . onCreated . addListener ( function ( tab ) {
2- if ( tab . status === "complete" ) chrome . tabs . reload ( tab . id ) ;
32 chrome . tabs . update ( tab . id , { autoDiscardable : false } ) ;
43} ) ;
54
Original file line number Diff line number Diff line change 22 "manifest_version" : 2 ,
33 "name" : " __MSG_manifest_name__" ,
44 "description" : " __MSG_manifest_description__" ,
5- "version" : " 1.0.3 " ,
5+ "version" : " 1.0.4 " ,
66 "background" : {
77 "scripts" : [" background.js" ],
88 "persistent" : false
You can’t perform that action at this time.
0 commit comments