View Cached Page

View the Google cached page for the URL you are viewing

Vad är View Cached Page?

View Cached Page är en Chrome-tillägg utvecklad av pinibalilihamelech, och dess huvudfunktion är "View the Google cached page for the URL you are viewing".

Tilläggsskärmbilder

screenshot

Ladda ner View Cached Page-förlängningens CRX-fil

Ladda ner View Cached Page-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        This extension enables you to quickly check the Google cached page for the URL you are viewing. Simply navigate to the URL you want to check and click "View Cached Page".                    

Grundläggande Information om Tillägg

Namn View Cached Page View Cached Page
ID pgnjgiifjjoloadfedjhmjkfbpbjdpog
Officiell webbadress https://chrome.google.com/webstore/detail/view-cached-page/pgnjgiifjjoloadfedjhmjkfbpbjdpog
Beskrivning View the Google cached page for the URL you are viewing
Filstorlek 27.03 KB
Antal Installationer 954
Aktuell Version 0.1
Senast Uppdaterad 2014-01-22
Publiceringsdatum 2014-01-22
Betyg 2.10/5 Totalt 21 Betyg
Utvecklare pinibalilihamelech
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "View Cached Page",
    "description": "View the Google cached page for the URL you are viewing",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}