AMP cache

AMP cache

Co to jest AMP cache?

AMP cache to rozszerzenie Chrome opracowane przez davidramoschaves, a jego główną funkcją jest „AMP cache”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia AMP cache

Pobierz pliki rozszerzeń AMP cache 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

                        Extensión para ver la versión guardada en cache de AMP de Google                    

Podstawowe informacje o rozszerzeniu

Nazwa AMP cache AMP cache
ID dbkgkbgeebgdfihcneopgbdaicefeooo
Oficjalny URL https://chromewebstore.google.com/detail/amp-cache/dbkgkbgeebgdfihcneopgbdaicefeooo
Opis AMP cache
Rozmiar pliku 11.25 KB
Liczba instalacji 32
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2020-04-17
Data Publikacji 2020-04-16
Deweloper davidramoschaves
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "AMP cache La Vanguardia"
    },
    "name": "AMP cache",
    "description": "AMP cache",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}