Copy URL+

Copy a short URL, title, and selected text in any format you want.

Copy URL+ là gì?

Copy URL+ là một tiện ích mở rộng Chrome được phát triển bởi Naoto Yokoyama, và tính năng chính của nó là "Copy a short URL, title, and selected text in any format you want.".

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

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

                        Key features

- Keyboard shortcuts

- Flexible context menus

- URL shortening

- Notifications

Icons and promotional images are designed by Honeshabri.                    

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

Tên Copy URL+ Copy URL+
ID capojgaalppngkaagaobmigigcgnidmn
URL Chính Thức https://chromewebstore.google.com/detail/copy-url+/capojgaalppngkaagaobmigigcgnidmn
Mô tả Copy a short URL, title, and selected text in any format you want.
Kích Thước Tệp 35.59 KB
Số Lần Cài Đặt 3,796
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2020-08-06
Ngày Phát Hành 2020-08-06
Đánh Giá 3.93/5 Tổng số 45 Đánh Giá
Nhà Phát Triển Naoto Yokoyama
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy URL+",
    "version": "1.1.1",
    "description": "Copy a short URL, title, and selected text in any format you want.",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/keyboard.js",
                "scripts\/content-script.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "clipboardWrite",
        "notifications",
        "contextMenus",
        "https:\/\/www.googleapis.com\/url\/shortener",
        "https:\/\/accounts.google.com\/o\/oauth2\/auth",
        "https:\/\/accounts.google.com\/o\/oauth2\/token",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}