Title changer
An extension that changes the title!
Wat is Title changer?
Title changer is een Chrome-extensie ontwikkeld door lucasmorita, en de belangrijkste functie is "An extension that changes the title!".
Extensie Screenshots
Download het CRX-bestand van de extensie Title changer
Download Title changer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | ooocbkdokjcadckfeogdgingifpmnkfp |
| Officiële URL | https://chromewebstore.google.com/detail/title-changer/ooocbkdokjcadckfeogdgingifpmnkfp |
| Beschrijving | An extension that changes the title! |
| Bestandsgrootte | 8.66 KB |
| Aantal Installaties | 80 |
| Huidige Versie | 0.0.1 |
| Laatst Bijgewerkt | 2021-05-09 |
| Publicatiedatum | 2021-05-09 |
| Ontwikkelaar | lucasmorita |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
}
} | |