Title changer

An extension that changes the title!

Title changer là gì?

Title changer là một tiện ích mở rộng Chrome được phát triển bởi lucasmorita, và tính năng chính của nó là "An extension that changes the title!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Title changer

Tải xuống các tệp mở rộng Title changer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Title changer Title changer
ID ooocbkdokjcadckfeogdgingifpmnkfp
URL Chính Thức https://chromewebstore.google.com/detail/title-changer/ooocbkdokjcadckfeogdgingifpmnkfp
Mô tả An extension that changes the title!
Kích Thước Tệp 8.66 KB
Số Lần Cài Đặt 80
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2021-05-09
Ngày Phát Hành 2021-05-09
Nhà Phát Triển lucasmorita
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}