Send URL to Clipboard

Send URL to Clipboard from Toolbar

Send URL to Clipboard là gì?

Send URL to Clipboard là một tiện ích mở rộng Chrome được phát triển bởi https://www.parago.de, và tính năng chính của nó là "Send URL to Clipboard from Toolbar".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Send URL to Clipboard

Tải xuống các tệp mở rộng Send URL to Clipboard 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 adds a button to the toolbar that allows you to copy the URL and the title of the web page to the clipboard. That's all!                    

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

Tên Send URL to Clipboard Send URL to Clipboard
ID kgjhbeocmonphjgjehbncidbckjbhbmi
URL Chính Thức https://chromewebstore.google.com/detail/send-url-to-clipboard/kgjhbeocmonphjgjehbncidbckjbhbmi
Mô tả Send URL to Clipboard from Toolbar
Kích Thước Tệp 13.46 KB
Số Lần Cài Đặt 40
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2024-02-26
Ngày Phát Hành 2017-04-02
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.parago.de
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jbaurle/SendURLToClipboard
URL Trang Trợ Giúp https://github.com/jbaurle/SendURLToClipboard/issues
URL Trang Chính Sách Bảo Mật https://github.com/jbaurle/SendURLToClipboard/blob/master/PrivacyPolicy.md
Ngôn Ngữ Được Hỗ Trợ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extname__",
    "version": "2.0.0",
    "description": "__MSG_extdesc__",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "tabs",
        "offscreen",
        "clipboardWrite"
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png"
        },
        "default_title": "__MSG_extaction__"
    }
}