Have I visited this page before?

Searching for a Chrome extension that shows if page has been visited before? Want a Chrome extension that shows you when you last…

Co to jest Have I visited this page before??

Have I visited this page before? to rozszerzenie Chrome opracowane przez droidandiosapps, a jego główną funkcją jest „Searching for a Chrome extension that shows if page has been visited before? Want a Chrome extension that shows you when you last…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Have I visited this page before?

Pobierz pliki rozszerzeń Have I visited this page before? w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Searching for a Chrome extension that shows if page has been visited before?

Want a Chrome extension that shows you when you last visited a page?

Looking for a Chrome extension that lets you know if you've already visited webpage you're on?


Many people online have been requesting a Chrome Extension that simply lets them know if they have visited a certain webpage url before.

This tiny free extension does just that.

Please pin the extension by clicking on Chrome's jigsaw piece icon so you can always see if you have visited a webpage before. 

Please submit feature requests via email.                    

Podstawowe informacje o rozszerzeniu

Nazwa Have I visited this page before? Have I visited this page before?
ID fidkmjollhlgbbinbgbgajcejglhhhkd
Oficjalny URL https://chromewebstore.google.com/detail/have-i-visited-this-page/fidkmjollhlgbbinbgbgajcejglhhhkd
Opis Searching for a Chrome extension that shows if page has been visited before? Want a Chrome extension that shows you when you last…
Rozmiar pliku 3.93 KB
Liczba instalacji 389
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2022-09-19
Data Publikacji 2022-09-13
Ocena 4.09/5 Łącznie 11 Oceny
Deweloper droidandiosapps
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Have I visited this page before?",
    "version": "1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [],
    "permissions": [
        "tabs",
        "storage"
    ],
    "action": []
}