Updated prompting text
This commit is contained in:
parent
41e70b1c3e
commit
1b72ae63d2
|
@ -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
|
||||||
|
@ -16,4 +16,4 @@ https://addons.mozilla.org/en-US/firefox/addon/easy-session-manager/
|
||||||
![5 Deleting a selected session. ](images/pic5.png)
|
![5 Deleting a selected session. ](images/pic5.png)
|
||||||
![6 Editing a selected session. ](images/pic6.png)
|
![6 Editing a selected session. ](images/pic6.png)
|
||||||
![7 Downloading a selected session. ](images/pic7.png)
|
![7 Downloading a selected session. ](images/pic7.png)
|
||||||
![8 Importing a session JSON file. ](images/pic8.png)
|
![8 Importing a session JSON file. ](images/pic8.png)
|
|
@ -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": {
|
||||||
|
@ -35,4 +35,4 @@
|
||||||
"default_popup": "pages/sessionManager.html"
|
"default_popup": "pages/sessionManager.html"
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue