It's Now Found

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

Hvad er It's Now Found?

It's Now Found er en Chrome-udvidelse udviklet af Eugene Treko, og dens hovedfunktion er "Now it's easier to find a website that's missing".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download It's Now Found-udvidelses-CRX-fil

Download It's Now Found-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn It's Now Found It's Now Found
ID ejfbabhikhidkhehbmodnjahjgfpmjcp
Officiel URL https://chromewebstore.google.com/detail/its-now-found/ejfbabhikhidkhehbmodnjahjgfpmjcp
Beskrivelse Now it's easier to find a website that's missing
Filstørrelse 9.78 KB
Antal Installationer 5,038
Nuværende Version 1.1.2
Senest Opdateret 2022-06-15
Udgivelsesdato 2022-05-04
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler Eugene Treko
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://itsnowfound.com/
Hjælpeside-URL https://itsnowfound.com/?a=about
URL til Fortrolighedspolitik Side https://newpagefinder.com?a=privacy
Understøttede Sprog 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:\/\/*\/*"
    ]
}