OpenInBrowser
Prevents Duplicate Tabs, while also refreshing the current tab. To be used along side of OpenInBrowser plugin for Sublime Text
O que é OpenInBrowser?
OpenInBrowser é uma extensão do Chrome desenvolvida por https://idevelopsolutions.com, e sua principal característica é "Prevents Duplicate Tabs, while also refreshing the current tab. To be used along side of OpenInBrowser plugin for Sublime Text".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão OpenInBrowser
Baixe arquivos de extensão OpenInBrowser no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | OpenInBrowser |
ID | ddjnoikeiiiialgjgmanaienongjhamn |
URL Oficial | https://chromewebstore.google.com/detail/openinbrowser/ddjnoikeiiiialgjgmanaienongjhamn |
Descrição | Prevents Duplicate Tabs, while also refreshing the current tab. To be used along side of OpenInBrowser plugin for Sublime Text |
Tamanho do Arquivo | 18.94 KB |
Contagem de Instalações | 191 |
Versão Atual | 1.0 |
Última Atualização | 2013-09-13 |
Data de Publicação | 2013-09-13 |
Classificação | 4.00/5 Total de 1 Avaliações |
Desenvolvedor | https://idevelopsolutions.com |
Tipo de Pagamento | free |
Site da Extensão | https://bitbucket.org/bteryek/openinbrowser |
URL da Página de Ajuda | http://idevelopsolutions.com/OpenInBrowser |
Idiomas Suportados | 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 } } |