CopyTabTitleUrl

Copy the title and URL to the clipboard.

CopyTabTitleUrl là gì?

CopyTabTitleUrl là một tiện ích mở rộng Chrome được phát triển bởi https://bugbugnow.net, và tính năng chính của nó là "Copy the title and URL to the clipboard.".

Ả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 CopyTabTitleUrl

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

                        You can customize the extension from setting options.

You can perform actions the following.
+ Copy the title and URL
+ Copy the title
+ Copy the URL
+ Copy the format (Example: Markdown, Hyperlink, etc)

You can perform actions on the following tabs.
+ Current tab
+ Multiple selected tabs
+ Current window tabs
+ All tabs

You can perform actions from the following operations.
+ Browser action (popup, click)
+ Context menu (all, page, browser action)
+ Keyboard shortcut

You can perform actions in combination with the following auxiliary functions.
+ Decode the URL
+ Decode the Punycode

Firefox version
https://addons.mozilla.org/firefox/addon/copytabtitleurl/                    

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

Tên CopyTabTitleUrl CopyTabTitleUrl
ID lmgbdjfoaihhgdphombpgjpaohjfeapp
URL Chính Thức https://chromewebstore.google.com/detail/copytabtitleurl/lmgbdjfoaihhgdphombpgjpaohjfeapp
Mô tả Copy the title and URL to the clipboard.
Kích Thước Tệp 49.33 KB
Số Lần Cài Đặt 8,338
Phiên Bản Hiện Tại 3.2.0
Cập Nhật Lần Cuối 2024-02-19
Ngày Phát Hành 2020-06-26
Đánh Giá 4.76/5 Tổng số 17 Đánh Giá
Nhà Phát Triển https://bugbugnow.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/k08045kk/CopyTabTitleUrl
URL Trang Trợ Giúp https://github.com/k08045kk/CopyTabTitleUrl/issues
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "3.2.0",
    "default_locale": "en",
    "author": "toshi",
    "homepage_url": "https:\/\/github.com\/k08045kk\/CopyTabTitleUrl",
    "minimum_chrome_version": "116.0",
    "background": {
        "service_worker": "\/background\/background.js"
    },
    "action": {
        "default_title": "__MSG_extensionName__",
        "default_icon": {
            "19": "icon\/19.png",
            "38": "icon\/38.png"
        }
    },
    "options_ui": {
        "page": "\/options\/options.html"
    },
    "icons": {
        "16": "\/icon\/16.png",
        "48": "\/icon\/48.png",
        "128": "\/icon\/128.png"
    },
    "commands": {
        "shortcut_action": {
            "suggested_key": {
                "default": "Alt+C"
            },
            "description": "format"
        },
        "shortcut_action2": {
            "description": "format2"
        }
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "contextMenus",
        "offscreen",
        "scripting",
        "storage",
        "tabs"
    ]
}