OpenInBrowser

Prevents Duplicate Tabs, while also refreshing the current tab. To be used along side of OpenInBrowser plugin for Sublime Text

What is OpenInBrowser?

OpenInBrowser is a Chrome extension developed by https://idevelopsolutions.com, and its main feature is "Prevents Duplicate Tabs, while also refreshing the current tab. To be used along side of OpenInBrowser plugin for Sublime Text".

Extension Screenshots

screenshot

Download OpenInBrowser Extension CRX File

Download OpenInBrowser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension is meant to be used along with the OpenInBrowser plugin for Sublime Text. It will prevent duplicate tabs and will refresh that tab every time you save your file in Sublime Text.                    

Extension Basic Information

Name OpenInBrowser OpenInBrowser
ID ddjnoikeiiiialgjgmanaienongjhamn
Official URL https://chromewebstore.google.com/detail/openinbrowser/ddjnoikeiiiialgjgmanaienongjhamn
Description Prevents Duplicate Tabs, while also refreshing the current tab. To be used along side of OpenInBrowser plugin for Sublime Text
File Size 18.94 KB
Installation Count 191
Current Version 1.0
Last Updated 2013-09-13
Publish Date 2013-09-13
Rating 4.00/5 Total 1 Ratings
Developer https://idevelopsolutions.com
Payment Type free
Extension Website https://bitbucket.org/bteryek/openinbrowser
Help Page URL http://idevelopsolutions.com/OpenInBrowser
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OpenInBrowser",
    "description": "Prevents Duplicate Tabs, while also refreshing the current tab. To be used along side of OpenInBrowser plugin for Sublime Text",
    "version": "1.0",
    "author": "Brian Teryek",
    "homepage_url": "https:\/\/bitbucket.org\/bteryek\/openinbrowser",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistence": false
    }
}