1
0
mirror of https://github.com/XFox111/TabsAsideExtension.git synced 2026-04-22 07:58:01 +03:00

Minor 1.4 (#16)

- Added ability to disable tabs loading on restoring (#10)
- Extension optimization
- Added "Contributors" page link
- Updated README.md

Co-authored-by: Amine A. <15179425+AmineI@users.noreply.github.com>
Co-Authored-By: Michael Gordeev <michael@xfox111.net>
This commit is contained in:
Michael Gordeev
2020-06-27 12:56:54 +03:00
committed by GitHub
parent 2b83f3bd60
commit cb45f1a7b3
6 changed files with 74 additions and 90 deletions
+3 -2
View File
@@ -1,6 +1,6 @@
{
"name": "Tabs Aside",
"version": "1.3.1",
"version": "1.4",
"manifest_version": 2,
"description": "Classic Microsoft Edge \"Tabs Aside\" feature for Chromium browsers",
"author": "Michael \"XFox\" Gordeev",
@@ -8,6 +8,7 @@
[
"tabs",
"unlimitedStorage",
"storage",
"<all_urls>"
],
@@ -24,6 +25,6 @@
"background":
{
"scripts": [ "js/background.js" ],
"persistent": true
"persistent": false
}
}