URL Monster

URL Monster Remake with Vue.js

什么是URL Monster?

URL Monster是由chienwen开发的Chrome扩展程序,该扩展的主要功能是“URL Monster Remake with Vue.js”。

扩展截图

screenshot

下载URL Monster扩展crx文件

下载URL Monster扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 URL Monster URL Monster
ID beabfimakokhfnnkabnjdelbkgaobhjh
官方URL https://chromewebstore.google.com/detail/url-monster/beabfimakokhfnnkabnjdelbkgaobhjh
简介 URL Monster Remake with Vue.js
文件大小 86.37 KB
安装次数 112
当前版本 2.1.0
更新时间 2020-08-12
上架时间 2015-05-06
评分 5.00/5 共4次评分
开发者 chienwen
电子邮箱 [email protected]
付费类型 free
支持的语言 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
    }
}