Pinned History

Browse your surfed website history and pin your favorites via search phrases for easy access

Co to jest Pinned History?

Pinned History to rozszerzenie Chrome opracowane przez KennyDaren.me, a jego główną funkcją jest „Browse your surfed website history and pin your favorites via search phrases for easy access”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Pinned History

Pobierz pliki rozszerzeń Pinned History 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

                        Simply add your phrases for searching and quickly view your history.

Is it safe? Yes, it is. This extension only access your browser history for show in extension window, your history is safe and is NOT shared anywhere.

This extension is made as Open Source Software, anyone can see source code.                    

Podstawowe informacje o rozszerzeniu

Nazwa Pinned History Pinned History
ID ifichafnngdnbgeingpbngicfahcijme
Oficjalny URL https://chromewebstore.google.com/detail/pinned-history/ifichafnngdnbgeingpbngicfahcijme
Opis Browse your surfed website history and pin your favorites via search phrases for easy access
Rozmiar pliku 19.36 KB
Liczba instalacji 23
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2019-06-02
Data Publikacji 2019-06-01
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper KennyDaren.me
Typ Płatności free
Strona Rozszerzenia https://github.com/KennyDaren/chrome-pinned-history
Adres URL Strony Pomocy https://github.com/KennyDaren/chrome-pinned-history
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pinned History",
    "version": "1.0",
    "permissions": [
        "storage",
        "history"
    ],
    "description": "Browse your surfed website history and pin your favorites via search phrases for easy access",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    }
}