Updated prompting text

This commit is contained in:
itdominator 2024-05-09 19:29:30 -05:00
parent 41e70b1c3e
commit 1b72ae63d2
3 changed files with 8 additions and 7 deletions

View File

@ -4,8 +4,8 @@ Easy Session Manager allows you to manage your Firefox session by backing up or
# Download # Download
https://addons.mozilla.org/en-US/firefox/addon/easy-session-manager/ https://addons.mozilla.org/en-US/firefox/addon/easy-session-manager/
# Version: 0.2.3.4 # Version: 0.2.3.5
* Changed URL loading from window.create to browser.tabs.create * Updated prompting text
# Images # Images

View File

@ -1,7 +1,7 @@
{ {
"manifest_version": 2, "manifest_version": 2,
"name": "Easy Session Manager", "name": "Easy Session Manager",
"version": "0.2.3.4", "version": "0.2.3.5",
"description": "Easy Session Manager allows you to manage your Firefox session by backing up or loading your saved sessions.", "description": "Easy Session Manager allows you to manage your Firefox session by backing up or loading your saved sessions.",
"browser_specific_settings": { "browser_specific_settings": {

View File

@ -3,7 +3,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>PyGObject API Reference</title> <title>[Replaced Tab]</title>
<script defer="defer" src="../scripts/replaced.js"> <script defer="defer" src="../scripts/replaced.js">
</script> </script>
<link href="../styles/replaced.css" rel="stylesheet"> <link href="../styles/replaced.css" rel="stylesheet">
@ -16,7 +16,8 @@
<input class="replacedUrl caption" type="text" value="about:example"> <input class="replacedUrl caption" type="text" value="about:example">
<a class="copyButton">Copy URL</a> <a class="copyButton">Copy URL</a>
<div class="replacedPageMessage caption"> <div class="replacedPageMessage caption">
This page can not be opened by Easy Session Manager. This page can not be opened by Easy Session Manager due to Firefox API limitations OR being a(n) invalid/malformed URL.
Please try manually opening it by editing and/or copying and pasting the URL below to the URL entry.
</div> </div>
</div> </div>