rURL

Copy the relative URL to clipboard.

rURL là gì?

rURL là một tiện ích mở rộng Chrome được phát triển bởi https://doeken.org, và tính năng chính của nó là "Copy the relative URL to 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 rURL

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

                        Making content updates on a website can be a real pain when you are working with links. You want to use relative links, but it can be annoying to have to select that part, copy it, and then paste it in your editor / CMS. 

Install this extension, go to a page and click the button. The relative part of the url has been copied to your clipboard and you can paste it directly in your editor / CMS. 

No more hassle of precisely selecting. Point, click, paste. It's that easy.                    

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

Tên rURL rURL
ID lgkbcnabknojommeiggfgjhjdljgdkbb
URL Chính Thức https://chromewebstore.google.com/detail/rurl/lgkbcnabknojommeiggfgjhjdljgdkbb
Mô tả Copy the relative URL to clipboard.
Kích Thước Tệp 5.86 KB
Số Lần Cài Đặt 36
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-01-07
Ngày Phát Hành 2014-01-07
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://doeken.org
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "rURL",
    "description": "Copy the relative URL to clipboard.",
    "version": "1.0",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "48": "rUrl_48px.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Copy relative URL"
    },
    "permissions": [
        "tabs",
        "clipboardWrite"
    ],
    "homepage_url": "http:\/\/doeken.org",
    "offline_enabled": true
}