diff --git a/js/popup.js b/js/popup.js index c59e3c1..aae4f69 100644 --- a/js/popup.js +++ b/js/popup.js @@ -172,12 +172,6 @@ function listProfiles(){ removeProfile.innerHTML = "\tRemove saved profile"; status.appendChild(removeProfile); - var exportProfile = document.createElement("div"); - exportProfile.setAttribute("id", "RemoveProfile"); - exportProfile.setAttribute("class", "ProfileOption"); - exportProfile.innerHTML = "\tExport saved profile"; - status.appendChild(exportProfile); - newProfile.addEventListener("click", function(){ queryTabs({ }, function(errorMessage) { @@ -190,11 +184,6 @@ function listProfiles(){ deleteProfile(); }); - exportProfile.addEventListener("click", function(){ - //renderStatus('remove-profile coming soon'); - shipProfile(); - }); - addSeparator('status'); // Add Soure-code link diff --git a/manifest.json b/manifest.json index 5f4f8ca..02e154a 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "name": "Save The Session", "description": "This extension helps you to save your the tabs in your current Chrome session, and reload them later.", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnpEuB14/oyMuiEr6cEqX6pin/yuRXBYIh653N+A+hWb3GzHfUyyT6mh/lrzrYI0bhAmpspjKpDh662hAg6WIQ1m8u7AqSsFptLEpQPp+mD5Ha+EWwiqGaYMvz3r8k4maTZ5i5YrPB7cHbvKFfcS8Lfg4rqs6lLB4+easalWzWKIxalKQx4ezLQh37hGZPaOPbCqSLDZ0+xt6c/6EkcGnB5XnhhlWxScBIbw5AaV3weXmz8gjur6E3awDXYBdyAxO8cGzsEgKOGe+TEyQUkrQc+shYHoJ/018Z5aNCkEDw9X4cZtq5tqIi6MKsqwcYi4tXYhID2SeVlRGGkQcmegm6QIDAQAB", - "version": "1.4.4", + "version": "1.4.5", "browser_action": { "default_icon": "assets/STS.png",