AMP cache

AMP cache

什么是AMP cache?

AMP cache是由davidramoschaves开发的Chrome扩展程序,该扩展的主要功能是“AMP cache”。

扩展截图

screenshot

下载AMP cache扩展crx文件

下载AMP cache扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 AMP cache AMP cache
ID dbkgkbgeebgdfihcneopgbdaicefeooo
官方URL https://chromewebstore.google.com/detail/amp-cache/dbkgkbgeebgdfihcneopgbdaicefeooo
简介 AMP cache
文件大小 11.25 KB
安装次数 32
当前版本 0.1
更新时间 2020-04-17
上架时间 2020-04-16
开发者 davidramoschaves
电子邮箱 [email protected]
付费类型 free
支持的语言 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
}