Tab Name Changer

You can choose the name of this tab!

O que é Tab Name Changer?

Tab Name Changer é uma extensão do Chrome desenvolvida por ryan lee, e sua principal característica é "You can choose the name of this tab!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Tab Name Changer

Baixe arquivos de extensão Tab Name Changer 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

                        When clicking this extension, you can change the name of your current tab!                    

Informações Básicas da Extensão

Nome Tab Name Changer Tab Name Changer
ID eofldjecdkcjhnccphadkomkiebjfdkl
URL Oficial https://chromewebstore.google.com/detail/tab-name-changer/eofldjecdkcjhnccphadkomkiebjfdkl
Descrição You can choose the name of this tab!
Tamanho do Arquivo 3.83 KB
Contagem de Instalações 591
Versão Atual 0.0.1
Última Atualização 2019-07-21
Data de Publicação 2019-07-21
Classificação 4.00/5 Total de 9 Avaliações
Desenvolvedor ryan lee
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/ryazlee/tab_name_changer
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Name Changer",
    "description": "You can choose the name of this tab!",
    "version": "0.0.1",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Change the name of this tab",
        "default_icon": "icon.png"
    },
    "manifest_version": 2
}