Google Cache Viewer

View google cached version of this website

ما هو Google Cache Viewer؟

Google Cache Viewer هو إضافة Chrome تم تطويرها بواسطة centpage.com، والميزة الرئيسية لها هي "View google cached version of this website".

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

screenshot

تحميل ملف CRX للإضافة Google Cache Viewer

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

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

                        This chrome extension has just one job. It lets you view the google cached version of any website.
Just click on the extension icon on any website and the cached version of the website from google opens up. 

Why would you want to use this ?
1. Bypass blocking of websites by your network provider and view the contents of the website easily with this tool. 
2. If a site is down or too slow you can use this nifty tool to check the contents of the website easily.

It's easy, simple and lightweight created with a few lines of code. Happy Browsing :-)                    

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

الاسم Google Cache Viewer Google Cache Viewer
ID fgfklknfijhflahngajfoagmoilakebp
عنوان URL الرسمي https://chromewebstore.google.com/detail/google-cache-viewer/fgfklknfijhflahngajfoagmoilakebp
الوصف View google cached version of this website
حجم الملف 8.25 KB
عدد التثبيتات 10,000
النسخة الحالية 1
آخر تحديث 2020-03-11
تاريخ النشر 2020-03-10
تقييم 4.50/5 مجموع تقييمات 8
المطور centpage.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://ritwick.com/#/tools
عنوان صفحة سياسة الخصوصية http://centpage.com/privacy-policy.php
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "View google cached version of this website"
    },
    "name": "Google Cache Viewer",
    "description": "View google cached version of this website",
    "homepage_url": "https:\/\/ritwick.com\/#\/tools",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "version": "1",
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2
}