Title changer
An extension that changes the title!
O que é Title changer?
Title changer é uma extensão do Chrome desenvolvida por lucasmorita, e sua principal característica é "An extension that changes the title!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Title changer
Baixe arquivos de extensão Title 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
A simple extension that just changes the titles. When the popup shows up, just type whatever you want, and the title will be set. A personal project that helps me identifying what the tab has in its content.
Informações Básicas da Extensão
Nome | Title changer |
ID | ooocbkdokjcadckfeogdgingifpmnkfp |
URL Oficial | https://chromewebstore.google.com/detail/title-changer/ooocbkdokjcadckfeogdgingifpmnkfp |
Descrição | An extension that changes the title! |
Tamanho do Arquivo | 8.66 KB |
Contagem de Instalações | 80 |
Versão Atual | 0.0.1 |
Última Atualização | 2021-05-09 |
Data de Publicação | 2021-05-09 |
Desenvolvedor | lucasmorita |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Title changer", "version": "0.0.1", "description": "An extension that changes the title!", "background": { "service_worker": "background.js" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Home" } } }, "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/pencil_logo.png", "32": "images\/pencil_logo.png", "48": "images\/pencil_logo.png", "128": "images\/pencil_logo.png" } } } |