URL Monster

URL Monster Remake with Vue.js

URL Monster là gì?

URL Monster là một tiện ích mở rộng Chrome được phát triển bởi chienwen, và tính năng chính của nó là "URL Monster Remake with Vue.js".

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

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

                        URL Monster can help you edit URL:
1. List scheme/host/port/path/queries/fragment of the current URL as separate components
2. Create/edit/delete/decode/encode/copy components
3. Rebuild the full URL and apply to current/new tab

Change log:

* version 2.1.0 - fix query typing issue
* version 2.0.0 - remake with Vue.js
* version 1.1 - add viewport meta for mobile devices
* version 1.0 - initial version                    

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

Tên URL Monster URL Monster
ID beabfimakokhfnnkabnjdelbkgaobhjh
URL Chính Thức https://chromewebstore.google.com/detail/url-monster/beabfimakokhfnnkabnjdelbkgaobhjh
Mô tả URL Monster Remake with Vue.js
Kích Thước Tệp 86.37 KB
Số Lần Cài Đặt 112
Phiên Bản Hiện Tại 2.1.0
Cập Nhật Lần Cuối 2020-08-12
Ngày Phát Hành 2015-05-06
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển chienwen
Email [email protected]
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",
    "name": "URL Monster",
    "description": "URL Monster Remake with Vue.js",
    "version": "2.1.0",
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "URL Monster",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    }
}