URL Monster

URL Monster Remake with Vue.js

ما هو URL Monster؟

URL Monster هو إضافة Chrome تم تطويرها بواسطة chienwen، والميزة الرئيسية لها هي "URL Monster Remake with Vue.js".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة URL Monster

قم بتنزيل ملفات الامتداد URL Monster بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
    }
}