Web Cache Viewer

Want to view cached pages and cached websites? Right-click on any link or page to view the Wayback Machine or Google Cached pages.

ما هو Web Cache Viewer؟

Web Cache Viewer هو إضافة Chrome تم تطويرها بواسطة matbram، والميزة الرئيسية لها هي "Want to view cached pages and cached websites? Right-click on any link or page to view the Wayback Machine or Google Cached pages.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Web Cache Viewer lets you right-click on any link or page to view the Wayback Machine or Google Cache versions of that page.

When browsing the internet, everyone eventually runs into those pesky 404 error messages that are pretty annoying.

Web Cache Viewer makes dealing with 404's bearable, giving users the option to right click and view the Google Cache or Wayback machine versions of the page.

One special feature of Web Cache Viewer is our built-in Wayback Machine smart feature. 

Our smart feature will intelligently redirect you to an archived page of the one you're on, instead of the typical archive selection screen you encounter when using archive.org directly.

If Wayback Machine isn't your thing, you can also resort to the Wayback Machine alternative of using Google Cache instead.

I hope you find this extension helpful. If you do, please leave a review.                    

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

الاسم Web Cache Viewer Web Cache Viewer
ID pbkloffickinnlnmefmjmjbacohecpbd
عنوان URL الرسمي https://chromewebstore.google.com/detail/web-cache-viewer/pbkloffickinnlnmefmjmjbacohecpbd
الوصف Want to view cached pages and cached websites? Right-click on any link or page to view the Wayback Machine or Google Cached pages.
حجم الملف 11.35 KB
عدد التثبيتات 86,252
النسخة الحالية 1.0.0
آخر تحديث 2017-02-24
تاريخ النشر 2017-02-23
تقييم 3.27/5 مجموع تقييمات 63
المطور matbram
نوع الدفع free
موقع الإضافة http://matbram.com/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Cache Viewer",
    "short_name": "Web Cacher",
    "description": "Want to view cached pages and cached websites? Right-click on any link or page to view the Wayback Machine or Google Cached pages.",
    "version": "1.0.0",
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/archive.org\/*"
    ],
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}