Title changer
An extension that changes the title!
Co je Title changer?
Title changer je rozšíření Chrome vyvinuté lucasmorita, a jeho hlavní funkcí je „An extension that changes the title!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Title changer
Stáhněte si soubory rozšíření Title changer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Title changer |
ID | ooocbkdokjcadckfeogdgingifpmnkfp |
Oficiální URL | https://chromewebstore.google.com/detail/title-changer/ooocbkdokjcadckfeogdgingifpmnkfp |
Popis | An extension that changes the title! |
Velikost souboru | 8.66 KB |
Počet instalací | 80 |
Aktuální Verze | 0.0.1 |
Poslední Aktualizace | 2021-05-09 |
Datum Vydání | 2021-05-09 |
Vývojář | lucasmorita |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } } |