EditURL

Allow to edit decoded GET parameters on current page

EditURL là gì?

EditURL là một tiện ích mở rộng Chrome được phát triển bởi lukyanov, và tính năng chính của nó là "Allow to edit decoded GET parameters on current page".

Ả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 EditURL

Tải xuống các tệp mở rộng EditURL 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 allows you to edit GET parameters on any page.
It automatically decodes and encodes GET parameters for you.

For example url http://example.com/calc?set_var=x%3D3&expression=x%2B2#result
can be edited as:

  location:
    http://example.com/calc

  ?parameters:
    set_vat =    x=3
    expression =    x+2

  #hash:
    result                    

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

Tên EditURL EditURL
ID oonajjdihojcjhmmalicajeepammcooi
URL Chính Thức https://chromewebstore.google.com/detail/editurl/oonajjdihojcjhmmalicajeepammcooi
Mô tả Allow to edit decoded GET parameters on current page
Kích Thước Tệp 9.3 KB
Số Lần Cài Đặt 404
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2013-09-12
Ngày Phát Hành 2013-09-12
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển lukyanov
Email [email protected]
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": "EditURL",
    "description": "Allow to edit decoded GET parameters on current page",
    "version": "1.1",
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_title": "Edit",
        "default_icon": "48x48.png",
        "default_popup": "popup.html"
    }
}