Chrome Passwords History

Domain Extension for Chrome Passwords. --- This extension enables Chrome Password to store your per Domain settings like counter…

Co to jest Chrome Passwords History?

Chrome Passwords History to rozszerzenie Chrome opracowane przez Christoph Roeder, a jego główną funkcją jest „Domain Extension for Chrome Passwords. --- This extension enables Chrome Password to store your per Domain settings like counter…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Chrome Passwords History

Pobierz pliki rozszerzeń Chrome Passwords 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

                        Domain Extension for Chrome Passwords.
---
This extension enables Chrome Password to store your per Domain settings like counter and selected template, so you don't have to.                    

Podstawowe informacje o rozszerzeniu

Nazwa Chrome Passwords History Chrome Passwords History
ID cmeaokcaickhjmmbbkkncmbmjmjnoigj
Oficjalny URL https://chrome.google.com/webstore/detail/chrome-passwords-history/cmeaokcaickhjmmbbkkncmbmjmjnoigj
Opis Domain Extension for Chrome Passwords. --- This extension enables Chrome Password to store your per Domain settings like counter…
Rozmiar pliku 7.08 KB
Liczba instalacji 33
Aktualna Wersja 1.3.1
Ostatnia Aktualizacja 2016-02-05
Data Publikacji 2016-02-05
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper Christoph Roeder
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome Passwords History",
    "version": "1.3.1",
    "minimum_chrome_version": "38",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuUzg5I4ISw8+wf4T1mq2OqWPhM7SJpXQyG2aXS6ns4TlduBj\/hbu87JOvb6Ew1Nj7jKsUW06e0ziSaZjf8MiyqVbbstQLoLTlDGIltTOOvzQnYAwlMWt2kXF+fdfuJqbMlM88Mg\/AfVIWUsXXq4vuQnfeBlBgWzqe2ztGD6FlYVx+Hv5RJ1WkZya9uc2P4YYvKt7iLyKYWFjC8q71jE8Vb14UPqnNfVC132yQn5P85N\/qnk4Z3Xclo3dds+TBXL6E9M4eXweQekbggZGRZa\/\/p0WkAwupiwfFowHLIYpJ9RZ7kWLyo2gKKhlTfloU0NuVjj\/vSNhP1s2oIlFnjYEgQIDAQAB",
    "permissions": [
        "storage",
        "identity",
        "https:\/\/www.googleapis.com\/"
    ],
    "oauth2": {
        "client_id": "425614405729-nuphivim4i09e5dgmlck69p1p7o3iqc1.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.min.js"
        ],
        "persistent": true
    }
}