History Keeper
Keeping deleted and visited url history
Co to jest History Keeper?
History Keeper to rozszerzenie Chrome opracowane przez browserinspector, a jego główną funkcją jest „Keeping deleted and visited url history”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia History Keeper
Pobierz pliki rozszerzeń History Keeper 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
To keeper your visited and deleted url history
Podstawowe informacje o rozszerzeniu
Nazwa | History Keeper |
ID | gebpccdpnkhendljmgniflcjbcopoaag |
Oficjalny URL | https://chromewebstore.google.com/detail/history-keeper/gebpccdpnkhendljmgniflcjbcopoaag |
Opis | Keeping deleted and visited url history |
Rozmiar pliku | 11.36 KB |
Liczba instalacji | 543 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2020-05-04 |
Data Publikacji | 2020-05-04 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | browserinspector |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "History Keeper", "version": "1.2", "description": "Keeping deleted and visited url history", "permissions": [ "storage", "history" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "deletedUrls.html", "default_icon": "images\/get_started48.png" }, "icons": { "16": "images\/get_started16.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" }, "manifest_version": 2 } |