Title changer
An extension that changes the title!
Apa itu Title changer?
Title changer adalah ekstensi Chrome yang dikembangkan oleh lucasmorita, dan fitur utamanya adalah "An extension that changes the title!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Title changer
Unduh file ekstensi Title changer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Title changer |
ID | ooocbkdokjcadckfeogdgingifpmnkfp |
URL Resmi | https://chromewebstore.google.com/detail/title-changer/ooocbkdokjcadckfeogdgingifpmnkfp |
Deskripsi | An extension that changes the title! |
Ukuran File | 8.66 KB |
Jumlah Instalasi | 80 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2021-05-09 |
Tanggal Publikasi | 2021-05-09 |
Pengembang | lucasmorita |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } } |