You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -17,12 +16,29 @@ function LocalChromePasswordFileManager() {
17
16
title: 'Chrome Storage',
18
17
icon: 'icon-upload',
19
18
chooseTitle: 'File System',
20
-
chooseDescription: 'Upload files from your local or remote file-system. A one-time copy of the file(s) will be saved in Chrome local storage. If you update the database on your local system then you will have to re-upload it in order to see the changes.'
19
+
chooseDescription: 'Upload files from your local or remote file-system. A one-time copy of the file(s) will be saved in Chrome local storage. If you update the database on your local system then you will have to re-upload it in order to see the changes.',
20
+
login: enable,
21
+
logout: disable,
22
+
isLoggedIn: isEnabled
21
23
};
22
24
23
25
varbackwardCompatibleVersion=1;//missing version or version less than this is ignored due missing info or bugs in old storage
0 commit comments