Title changer
An extension that changes the title!
Qu'est-ce que Title changer ?
Title changer est une extension Chrome développée par lucasmorita, et sa fonction principale est "An extension that changes the title!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Title changer
Téléchargez les fichiers d'extension Title changer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Title changer |
ID | ooocbkdokjcadckfeogdgingifpmnkfp |
URL Officiel | https://chromewebstore.google.com/detail/title-changer/ooocbkdokjcadckfeogdgingifpmnkfp |
Description | An extension that changes the title! |
Taille du Fichier | 8.66 KB |
Nombre d'Installations | 80 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2021-05-09 |
Date de Publication | 2021-05-09 |
Développeur | lucasmorita |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } } |