├── LICENSE ├── README.md ├── SimpleTable.js ├── Widget.html ├── Widget.js ├── config.json ├── css └── style.css ├── help ├── Action_Delete.png ├── Action_Download.png ├── Action_Edit.png ├── Action_Load.png ├── Configure-icon.png ├── Configure.png ├── InstallFolder.png ├── LoadFromFile.png ├── SaveNewSession.png ├── SaveSessionPanel.png ├── SaveToFile.png ├── SessionsLoaded.png └── icon.png ├── images ├── download_icon.png ├── download_icon_hover.png └── icon.png ├── manifest.json ├── nls └── strings.js ├── release.txt └── setting ├── Setting.html ├── Setting.js └── css └── style.css /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/softwhere/SaveSession-Widget/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/softwhere/SaveSession-Widget/HEAD/README.md -------------------------------------------------------------------------------- /SimpleTable.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/softwhere/SaveSession-Widget/HEAD/SimpleTable.js -------------------------------------------------------------------------------- /Widget.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/softwhere/SaveSession-Widget/HEAD/Widget.html -------------------------------------------------------------------------------- /Widget.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/softwhere/SaveSession-Widget/HEAD/Widget.js -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/softwhere/SaveSession-Widget/HEAD/config.json -------------------------------------------------------------------------------- /css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/softwhere/SaveSession-Widget/HEAD/css/style.css -------------------------------------------------------------------------------- /help/Action_Delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/softwhere/SaveSession-Widget/HEAD/help/Action_Delete.png -------------------------------------------------------------------------------- /help/Action_Download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/softwhere/SaveSession-Widget/HEAD/help/Action_Download.png -------------------------------------------------------------------------------- /help/Action_Edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/softwhere/SaveSession-Widget/HEAD/help/Action_Edit.png -------------------------------------------------------------------------------- /help/Action_Load.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/softwhere/SaveSession-Widget/HEAD/help/Action_Load.png -------------------------------------------------------------------------------- /help/Configure-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/softwhere/SaveSession-Widget/HEAD/help/Configure-icon.png -------------------------------------------------------------------------------- /help/Configure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/softwhere/SaveSession-Widget/HEAD/help/Configure.png -------------------------------------------------------------------------------- /help/InstallFolder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/softwhere/SaveSession-Widget/HEAD/help/InstallFolder.png -------------------------------------------------------------------------------- /help/LoadFromFile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/softwhere/SaveSession-Widget/HEAD/help/LoadFromFile.png -------------------------------------------------------------------------------- /help/SaveNewSession.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/softwhere/SaveSession-Widget/HEAD/help/SaveNewSession.png -------------------------------------------------------------------------------- /help/SaveSessionPanel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/softwhere/SaveSession-Widget/HEAD/help/SaveSessionPanel.png -------------------------------------------------------------------------------- /help/SaveToFile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/softwhere/SaveSession-Widget/HEAD/help/SaveToFile.png -------------------------------------------------------------------------------- /help/SessionsLoaded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/softwhere/SaveSession-Widget/HEAD/help/SessionsLoaded.png -------------------------------------------------------------------------------- /help/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/softwhere/SaveSession-Widget/HEAD/help/icon.png -------------------------------------------------------------------------------- /images/download_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/softwhere/SaveSession-Widget/HEAD/images/download_icon.png -------------------------------------------------------------------------------- /images/download_icon_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/softwhere/SaveSession-Widget/HEAD/images/download_icon_hover.png -------------------------------------------------------------------------------- /images/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/softwhere/SaveSession-Widget/HEAD/images/icon.png -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/softwhere/SaveSession-Widget/HEAD/manifest.json -------------------------------------------------------------------------------- /nls/strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/softwhere/SaveSession-Widget/HEAD/nls/strings.js -------------------------------------------------------------------------------- /release.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/softwhere/SaveSession-Widget/HEAD/release.txt -------------------------------------------------------------------------------- /setting/Setting.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/softwhere/SaveSession-Widget/HEAD/setting/Setting.html -------------------------------------------------------------------------------- /setting/Setting.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/softwhere/SaveSession-Widget/HEAD/setting/Setting.js -------------------------------------------------------------------------------- /setting/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/softwhere/SaveSession-Widget/HEAD/setting/css/style.css --------------------------------------------------------------------------------