Copy URL text

A tool to decode URL when copying links from a web page.

Copy URL text là gì?

Copy URL text là một tiện ích mở rộng Chrome được phát triển bởi dave.waters89, và tính năng chính của nó là "A tool to decode URL when copying links from a web page.".

Ả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 Copy URL text

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

                        This extension will decode the link url copied from a webpage to the clipboard and update the clipboard with the decoded url.  Can be used to quickly get the pretty version of a URL link.                    

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

Tên Copy URL text Copy URL text
ID ihdpldgbcefimodimfdjhbhnanpocgfj
URL Chính Thức https://chromewebstore.google.com/detail/copy-url-text/ihdpldgbcefimodimfdjhbhnanpocgfj
Mô tả A tool to decode URL when copying links from a web page.
Kích Thước Tệp 3.5 KB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 0.0.0.1
Cập Nhật Lần Cuối 2018-12-06
Ngày Phát Hành 2018-11-30
Nhà Phát Triển dave.waters89
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",
    "name": "Copy URL text",
    "description": "A tool to decode URL when copying links from a web page.",
    "version": "0.0.0.1",
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "oncopy.js"
            ]
        }
    ]
}