AMP Accelerated Mobile Pages Desktop Viewer

A Chrome extension to view AMP (accelerated mobile pages) in the desktop browser. Allows you to enable AMP for individual websites…

ما هو AMP Accelerated Mobile Pages Desktop Viewer؟

AMP Accelerated Mobile Pages Desktop Viewer هو إضافة Chrome تم تطويرها بواسطة bigpress.net، والميزة الرئيسية لها هي "A Chrome extension to view AMP (accelerated mobile pages) in the desktop browser. Allows you to enable AMP for individual websites…".

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

screenshot

تحميل ملف CRX للإضافة AMP Accelerated Mobile Pages Desktop Viewer

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

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

                        A Chrome extension to view AMP (accelerated mobile pages) in the desktop browser. Allows you to enable AMP for individual websites or all websites.

When a page allows AMP view you will see an icon in the address bar, just click it. To return back to the normal version click it again.                    

معلومات أساسية عن التمديد

الاسم AMP Accelerated Mobile Pages Desktop Viewer AMP Accelerated Mobile Pages Desktop Viewer
ID abbbnefchbpffkbnadnopdahjcmbheho
عنوان URL الرسمي https://chromewebstore.google.com/detail/amp-accelerated-mobile-pa/abbbnefchbpffkbnadnopdahjcmbheho
الوصف A Chrome extension to view AMP (accelerated mobile pages) in the desktop browser. Allows you to enable AMP for individual websites…
حجم الملف 264 KB
عدد التثبيتات 1,724
النسخة الحالية 1.2.0
آخر تحديث 2016-02-25
تاريخ النشر 2016-02-25
تقييم 3.00/5 مجموع تقييمات 10
المطور bigpress.net
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://bigpress.net/en/amp_desktop
عنوان صفحة المساعدة http://bigpress.freshdesk.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AMP Accelerated Mobile Pages Desktop Viewer",
    "version": "1.2.0",
    "short_name": "AMP Desktop",
    "author": "Bigpress",
    "background": {
        "scripts": [
            "core\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "core\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "page_action": {
        "default_icon": {
            "38": "icons\/icon38.png"
        },
        "default_title": "AMP View"
    },
    "icons": {
        "16": "icons\/default16.png",
        "48": "icons\/default48.png",
        "128": "icons\/default.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}