Web Archiver

Allows simple archiving of webpages to the Internet Archive.

Co to jest Web Archiver?

Web Archiver to rozszerzenie Chrome opracowane przez collections-service, a jego główną funkcją jest „Allows simple archiving of webpages to the Internet Archive.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Web Archiver

Pobierz pliki rozszerzeń Web Archiver 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

                        Click the Internet Archive logo button and save the page on your screen to the Wayback Machine. (app made by Evan Amara)                    

Podstawowe informacje o rozszerzeniu

Nazwa Web Archiver Web Archiver
ID gjpgpobcdndcdcidmgcmlphbomllapjp
Oficjalny URL https://chromewebstore.google.com/detail/web-archiver/gjpgpobcdndcdcidmgcmlphbomllapjp
Opis Allows simple archiving of webpages to the Internet Archive.
Rozmiar pliku 10 KB
Liczba instalacji 2,423
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2014-12-23
Data Publikacji 2014-12-23
Ocena 4.60/5 Łącznie 10 Oceny
Deweloper collections-service
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Archiver",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Allows simple archiving of webpages to the Internet Archive.",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_title": "Archive page",
        "default_popup": "archive.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "icons": {
        "128": "icon_128.png"
    }
}