Tab ReTitle

Change tab titles easily!

Tab ReTitle là gì?

Tab ReTitle là một tiện ích mở rộng Chrome được phát triển bởi layzuki, và tính năng chính của nó là "Change tab titles easily!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Tab ReTitle 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

                        Simply click on the icon to rename the tab title. 
Features:
+ Persistent throughout multiple sessions
+ Titles saved across devices (under the same account)
+ Domain-level titles
+ Option to set a temporary title 
+ Option to lock the title to a tab
+ Keyboard shortcut with ALT+ SHIFT + X 
+ Context menu option
+ Local file pages can have titles too
+ Use saved bookmarks' titles
+ Prefix the original titles (Using $0 inserts the old title)

Beta features: (Might not work perfectly)
+ Regex capture & replacements
+ Regex URL matching and captures                    

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

Tên Tab ReTitle Tab ReTitle
ID hilgambgdpjgljhjdaccadahckpdiapo
URL Chính Thức https://chromewebstore.google.com/detail/tab-retitle/hilgambgdpjgljhjdaccadahckpdiapo
Mô tả Change tab titles easily!
Kích Thước Tệp 172 KB
Số Lần Cài Đặt 5,962
Phiên Bản Hiện Tại 1.5.2
Cập Nhật Lần Cuối 2020-08-27
Ngày Phát Hành 2018-11-19
Đánh Giá 4.62/5 Tổng số 45 Đánh Giá
Nhà Phát Triển layzuki
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/Lazyuki/ReTitle/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab ReTitle",
    "short_name": "ReTitle",
    "description": "Change tab titles easily!",
    "version": "1.5.2",
    "author": "Lazyuki",
    "homepage_url": "https:\/\/github.com\/Lazyuki\/ReTitle",
    "browser_action": {
        "default_icon": ".\/images\/icon256.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": ".\/images\/icon16.png",
        "32": ".\/images\/icon32.png",
        "64": ".\/images\/icon64.png",
        "128": ".\/images\/icon128.png",
        "256": ".\/images\/icon256.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+X",
                "mac": "Alt+Shift+X",
                "linux": "Alt+Shift+X"
            },
            "description": "Set new title"
        }
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "",
        "contextMenus",
        "bookmarks"
    ]
}