It's Now Found

Now it's easier to find a website that's missing

It's Now Found란 무엇입니까?

It's Now Found은(는) Eugene Treko에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Now it's easier to find a website that's missing"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

It's Now Found 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Improve the way you're navigated from a website that no longer works. Instead of a confusing message telling you that your website wasn't found you get a number of suggested choices. You can select any of the suggestions that is better related to the website you wanted to open or click anywhere in the tab and go to the regular web search page.                    

확장 프로그램 기본 정보

이름 It's Now Found It's Now Found
ID ejfbabhikhidkhehbmodnjahjgfpmjcp
공식 URL https://chromewebstore.google.com/detail/its-now-found/ejfbabhikhidkhehbmodnjahjgfpmjcp
설명 Now it's easier to find a website that's missing
파일 크기 9.78 KB
설치 횟수 5,038
현재 버전 1.1.2
최근 업데이트 2022-06-15
출시 날짜 2022-05-04
평점 1.00/5 총 1 개의 평점
개발자 Eugene Treko
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://itsnowfound.com/
도움말 페이지 URL https://itsnowfound.com/?a=about
개인정보 보호 정책 페이지 URL https://newpagefinder.com?a=privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Eugene Treko",
    "name": "It's Now Found",
    "short_name": "It's Now Found",
    "homepage_url": "https:\/\/itsnowfound.com\/",
    "description": "Now it's easier to find a website that's missing",
    "version": "1.1.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}