Edit URL

Easily edit a URL.

Edit URL là gì?

Edit URL là một tiện ích mở rộng Chrome được phát triển bởi varunl, và tính năng chính của nó là "Easily edit a URL.".

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

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

                        This is a very simple yet powerful tool. Ofter there are times, specially with developers, that you need to modify some parameter of a particularly long url, and it's not easy to browse for that parameters name.

This extension lays out all the parameters names in a pretty format, so it's easy to modify them.                    

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

Tên Edit URL Edit URL
ID gjddnlipighelnjodhlhhngpinoppkid
URL Chính Thức https://chromewebstore.google.com/detail/edit-url/gjddnlipighelnjodhlhhngpinoppkid
Mô tả Easily edit a URL.
Kích Thước Tệp 121 KB
Số Lần Cài Đặt 904
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2013-05-12
Ngày Phát Hành 2013-05-12
Đánh Giá 4.71/5 Tổng số 7 Đánh Giá
Nhà Phát Triển varunl
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Edit URL",
    "description": "Easily edit a URL.",
    "version": "1.1",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon_16.png",
        "default_popup": "popup.html"
    }
}