MissURL

MissURL is a helpful tool that allows users to avoid http errors and review website performance data.

MissURL란 무엇입니까?

MissURL은(는) Missurl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "MissURL is a helpful tool that allows users to avoid http errors and review website performance data."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

MissURL 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        No more frustrating 404 errors and broken pages. Transform those dead ends into doorways with our Chrome Extension! 🚪🌟 Let our innovative extension automatically guide you to a relevant and helpful content, making lost moments turn into productive discoveries. Unlock a world of seamless browsing today!
Once you navigated to a broken or non existing page our extension shows you a 
brilliant missurl.net that offers a valuable information and a user friendly search bar with results powered by Bing.
Moreover, the extension shows the speed load of every page you visit, this data is useful for websites owner in first place. And if there is anything causes delays in loading the page - you can see that element in extension's popup.                    

확장 프로그램 기본 정보

이름 MissURL MissURL
ID kkjmhfmobiabpicokdcgjjgogigkibca
공식 URL https://chromewebstore.google.com/detail/missurl/kkjmhfmobiabpicokdcgjjgogigkibca
설명 MissURL is a helpful tool that allows users to avoid http errors and review website performance data.
파일 크기 9.51 KB
설치 횟수 3,924
현재 버전 1.2
최근 업데이트 2024-01-01
출시 날짜 2023-08-26
평점 5.00/5 총 6 개의 평점
개발자 Missurl
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://missurl.net/privacy.html
지원되는 언어 en-US
manifest.json
{
    "action": {
        "default_icon": "logo-128.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "content_scripts": [
        {
            "js": [
                "perf.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true
        }
    ],
    "description": "MissURL is a helpful tool that allows users to avoid http errors and review website performance data.",
    "homepage_url": "https:\/\/missurl.net",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "logo-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 3,
    "name": "MissURL",
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2"
}