Title changer
An extension that changes the title!
¿Qué es Title changer?
Title changer es una extensión de Chrome desarrollada por lucasmorita, y su función principal es "An extension that changes the title!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Title changer
Descarga archivos de extensión Title changer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Title changer |
ID | ooocbkdokjcadckfeogdgingifpmnkfp |
URL Oficial | https://chromewebstore.google.com/detail/title-changer/ooocbkdokjcadckfeogdgingifpmnkfp |
Descripción | An extension that changes the title! |
Tamaño del Archivo | 8.66 KB |
Cantidad de Instalaciones | 80 |
Versión Actual | 0.0.1 |
Última Actualización | 2021-05-09 |
Fecha de Publicación | 2021-05-09 |
Desarrollador | lucasmorita |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } } |