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…

Что такое Have I visited this page before??

Have I visited this page before? - это расширение Chrome, разработанное droidandiosapps, и его основная функция - "Searching for a Chrome extension that shows if page has been visited before? Want a Chrome extension that shows you when you last…".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Have I visited this page before?

Скачайте файлы расширений Have I visited this page before? в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Have I visited this page before? Have I visited this page before?
ID fidkmjollhlgbbinbgbgajcejglhhhkd
Официальный URL https://chromewebstore.google.com/detail/have-i-visited-this-page/fidkmjollhlgbbinbgbgajcejglhhhkd
Описание Searching for a Chrome extension that shows if page has been visited before? Want a Chrome extension that shows you when you last…
Размер файла 3.93 KB
Количество установок 389
Текущая Версия 1.1
Последнее Обновление 2022-09-19
Дата публикации 2022-09-13
Рейтинг 4.09/5 Всего 11 оценок
Разработчик droidandiosapps
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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": []
}