Jump to content

ChromeProtectedTabs.exe 1.0.1.2

   (0 reviews)

1 Screenshot

About This File

Small example script to Protect Tabs in chrome + close other tabs and duplicates

 

Local $sFilePath = @ScriptDir & "\ChromeProtectedTabs.exe"

;Close other tabs not containg these key words or duplicates

Local $sProtectedTabs = "msdn, developer, autoit, Gmail, amazon, DuckDuckGo, YouTube"

Run($sFilePath & " " & $sProtectedTabs)

 


What's New in Version 1.0.1.2

Released

* Running it without parameters will close duplicates by titles
+ other fixes

Version 1.0.1.1

A small change to use regular String commands instead of pattern StringRegExp ..

Version 1.0.1.0

Added support to read from "URL text" and not just the title, like it should have been done to begin with :

"developer.microsoft.com"
 or 
"msdn.microsoft.com"

where a key can be:  "developer" or  "msdn" or both when using only "microsoft"


User Feedback

You may only provide a review once you have downloaded the file.

There are no reviews to display.

×
×
  • Create New...