AMP cache

AMP cache

ما هو AMP cache؟

AMP cache هو إضافة Chrome تم تطويرها بواسطة davidramoschaves، والميزة الرئيسية لها هي "AMP cache".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة AMP cache

قم بتنزيل ملفات الامتداد AMP cache بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}