Rich URL

Copy, save and share information in a convenient format.

Rich URL là gì?

Rich URL là một tiện ích mở rộng Chrome được phát triển bởi Pavel Ukhan, và tính năng chính của nó là "Copy, save and share information in a convenient format.".

Ả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 Rich URL

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

                        Rich URL is an extension, which will help you to copy, share or save information from viewed pages in one or two clicks.

Why use the extension for copying if there is a standard shortcut of Ctrl+C/Cmd+C for this purpose, ask you?

With the extension, it will be a little faster and more comfortable. Find out more on the website https://richurl.madewithlove.in.ua/en/

* * *

Available options:
● Copying (formatted and plain)
    ▸ The current tab
    ▸ All tabs of the current window
    ▸ Tabs of all open windows
● Sending by e-mail
● Share on social media
● Making service API requests for, for example
    ▸ turning the URL of the current page into a QR code
    ▸ search in various services

For coping and sharing such elements are available:
● Page URL
    ▸ convert Unicode characters
    ▸ clearing marketing and other service marks
    ▸ add to URL your own parameters (affiliate programs)
    ▸ URL shortening (bit.ly, is.gd, clck.ru, cutt.ly, t.ly, goo.su)
● Page title
● Selected text on the page
● All page text                    

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

Tên Rich URL Rich URL
ID bkjdcppkdgccnhjibfhlhmeiafnjfamk
URL Chính Thức https://chromewebstore.google.com/detail/rich-url/bkjdcppkdgccnhjibfhlhmeiafnjfamk
Mô tả Copy, save and share information in a convenient format.
Kích Thước Tệp 652 KB
Số Lần Cài Đặt 5,196
Phiên Bản Hiện Tại 3.7.0
Cập Nhật Lần Cuối 2024-01-25
Ngày Phát Hành 2019-08-21
Đánh Giá 4.77/5 Tổng số 61 Đánh Giá
Nhà Phát Triển Pavel Ukhan
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://richurl.madewithlove.in.ua/
URL Trang Chính Sách Bảo Mật https://github.com/ukhan/privacy
Ngôn Ngữ Được Hỗ Trợ en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "3.7.0",
    "icons": {
        "16": "icons\/16.png",
        "24": "icons\/24.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "clipboardWrite",
        "identity",
        "notifications",
        "declarativeContent"
    ],
    "optional_permissions": [
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png"
        },
        "default_title": "__MSG_browser_action_default_title__"
    },
    "options_page": "rich-url.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "web_accessible_resources": [
        "changelog\/*.md"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlFbv1A6APWMUaVeQpLzg20nikgXob0mZIQXMqj\/mC2xzL9x0MJLhWsbTguz5HZ0lZc8bJICtQAJZuNGdgq0HO\/RdUPS5C88bYOhlAhnKV+3mELOv2\/sv9tK37jztOX4lh19+lir38aJOXtLL\/9xQJ5+m7vietROgyGAUk4iHm5y5skOfaKmwZxv1xt6egDyvv6MGsVvvYIGCqlmED+HEkOByyzJL6Wo2RpAEG7htIAyb0hMsg9NfzgfdJgA3kKE4Cz75QcUPNvreFOftvZkMgsefqZ6V+TNnWLoeMruV4zdxHrpb8XjOkx95Yt5sqy4WWEgucDEjM2ItNGdXP8vckwIDAQAB"
}