Skip to content

Commit 56588f9

Browse files
author
peterdotjs
committed
Updating content.
1 parent 0c18316 commit 56588f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,10 @@
132132
</div>
133133
<ul class="update-list">
134134
<li class="update-entry">
135-
This extension will not resize within the same tab <strong>(multiple panes with only ONE url bar)</strong>. Chrome extensions with iframes have security limitations (i.e. you can't see any https site like Gmail or Facebook). You also won't be able to access any of your favorite extensions on the individual panes.
135+
This extension will not resize within the same tab <strong>(multiple panes with only ONE url bar)</strong>. Other Chrome extensions with multiple panes in one tab have security limitations (i.e. you can't see any https site like Gmail or Facebook). With these types of extensions you also won't be able to access any of your favorite extensions on the individual panes.
136136
</li>
137137
<li class="update-entry">
138-
Tab Resize splits tabs into <strong>separate windows</strong> and has <strong>none of the limitations</strong> listed earlier.
138+
Tab Resize has <strong>none of the limitations listed earlier</strong> because it splits tabs into <strong>separate windows</strong>.
139139
</li>
140140
<li class="update-entry">
141141
Apologies if you've read the description or watched the demo already - with many of the past reviews that have been left I hope you understand why I've added this popup.

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Tab Resize - split screen layouts",
33
"short_name": "Tab Resize",
4-
"version": "2.2.8",
4+
"version": "2.2.9",
55
"manifest_version": 2,
66
"minimum_chrome_version": "30",
77
"description": "Split Screen made easy. Resize the CURRENT tab and tabs to the RIGHT into layouts on separate windows. w/ Multi Monitor Support.",

0 commit comments

Comments
 (0)