File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/dist
22/node_modules
33.idea /
4+ .DS_Store
Original file line number Diff line number Diff line change 11{
22 "name" : " New Tab Page Bookmarks" ,
33 "description" : " Displays your bookmarks in multiple columns for quick access from the new tab page" ,
4- "version" : " 1.6 " ,
4+ "version" : " 1.7 " ,
55 "manifest_version" : 3 ,
66 "author" : " https://github.com/mathio" ,
77 "chrome_url_overrides" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " New Tab Page Bookmarks" ,
33 "description" : " Displays your bookmarks in multiple columns for quick access from the new tab page" ,
4- "version" : " 1.6 " ,
4+ "version" : " 1.7 " ,
55 "manifest_version" : 2 ,
66 "author" : " https://github.com/mathio" ,
77 "chrome_url_overrides" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " chrome-new-tab-page-bookmarks" ,
3- "version" : " 1.6 .0" ,
3+ "version" : " 1.7 .0" ,
44 "main" : " index.js" ,
55 "license" : " MIT" ,
66 "author" : " " ,
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ const initImage = async () => {
111111}
112112
113113const hideImage = ( ) => {
114- document . querySelector ( '#image' ) ?. remove ( )
114+ document . querySelector ( '#bg- image' ) ?. remove ( )
115115 document . querySelector ( '#image-attribution' ) ?. remove ( )
116116 document . querySelector ( '#canvas' ) ?. remove ( )
117117}
You can’t perform that action at this time.
0 commit comments