Easy URL Editor

This is a tool for web developers. It makes editing URL parameters for long URLs much easier.

Easy URL Editor là gì?

Easy URL Editor là một tiện ích mở rộng Chrome được phát triển bởi Radovan Pelka (Rado), và tính năng chính của nó là "This is a tool for web developers. It makes editing URL parameters for long URLs much easier.".

Ả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 Easy URL Editor

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

                        You can use this tool to view each URL param, add new or delete existing ones.                    

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

Tên Easy URL Editor Easy URL Editor
ID kojpdadnbbicdfgfadonheclfpcjpiah
URL Chính Thức https://chromewebstore.google.com/detail/easy-url-editor/kojpdadnbbicdfgfadonheclfpcjpiah
Mô tả This is a tool for web developers. It makes editing URL parameters for long URLs much easier.
Kích Thước Tệp 207 KB
Số Lần Cài Đặt 1,155
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2019-11-21
Ngày Phát Hành 2019-11-16
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Radovan Pelka (Rado)
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://github.com/RadovanPelka/Easy-Cookie-Editor/blob/master/privacy-policy.md
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy URL Editor",
    "version": "2.1",
    "description": "This is a tool for web developers. It makes editing URL parameters for long URLs much easier.",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_title": "Easy URL Editor",
        "default_popup": "index.html",
        "default_icon": "images\/icon-128.png"
    },
    "icons": {
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png"
    },
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E"
            }
        }
    }
}