OpenedTabs

A simple Tab Manager. List , Copy, Reload, and Closes Opened tabs in a Google Chrome Window in a single click

O que é OpenedTabs?

OpenedTabs é uma extensão do Chrome desenvolvida por AVJLabs, e sua principal característica é "A simple Tab Manager. List , Copy, Reload, and Closes Opened tabs in a Google Chrome Window in a single click".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão OpenedTabs

Baixe arquivos de extensão OpenedTabs 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

                        A simple Chrome Tab Manager Extension which List Tabs, Copy all at once Opened tabs in the Chrome Window without clicking on going on the tab.

It increases the user Productivity and enhance your work. The Extension Copies the list of all opened tabs to the  local clipboard in a single click.

So that you can save a ton tabs all at once in your File, Email, IM Chat, etc. without any Panic,with Less Effort

Shows all Opened tabs in the current Google Chrome Window with their details like URL,Title,TAB ID,Webpage Icon and Status.

The Extension also allows the user to "Reload" and "Close" the tabs of the current window without moving to tab.

User can use the copied text from the clipboard for their personal use,save in a text file,in Email,sending links to friends and family.

Open tabs in one tab list, copy and share with anyone                    

Informações Básicas da Extensão

Nome OpenedTabs OpenedTabs
ID hgohfinkmbjghllknbjejeagkmckehif
URL Oficial https://chromewebstore.google.com/detail/openedtabs/hgohfinkmbjghllknbjejeagkmckehif
Descrição A simple Tab Manager. List , Copy, Reload, and Closes Opened tabs in a Google Chrome Window in a single click
Tamanho do Arquivo 467 KB
Contagem de Instalações 282
Versão Atual 1.6
Última Atualização 2020-10-27
Data de Publicação 2014-07-30
Classificação 3.50/5 Total de 6 Avaliações
Desenvolvedor AVJLabs
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.facebook.com/Openedtabs
URL da Página de Ajuda https://github.com/anaghvj/OpenedTabs
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OpenedTabs",
    "description": "A simple Tab Manager. List , Copy, Reload, and Closes Opened tabs in a Google Chrome Window in a single click",
    "version": "1.6",
    "icons": {
        "48": "icon_48.png"
    },
    "permissions": [
        "tabs",
        "notifications",
        "clipboardWrite",
        "notifications"
    ],
    "web_accessible_resources": [
        "\/Images\/icon_48.png"
    ],
    "browser_action": {
        "default_icon": "\/Images\/favicon.png",
        "default_popup": "tablist.html"
    }
}