Remote Cached Pages

Quick-access to viewing a page cached on Google's servers. Useful if the server hosting the page is slow or unavailable.

Remote Cached Pages क्या है?

Remote Cached Pages jore द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quick-access to viewing a page cached on Google's servers. Useful if the server hosting the page is slow or unavailable."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Remote Cached Pages एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Attempting to follow a link but end up on a server error page? 

This extension adds an option to the right-click menu of links which attempts to open a cached copy of the page from Google's servers.


Version History:
2013-08-15 v1.1.1
  - Previous package contained wrong files
2013-08-12 v1.1
  - Added support for links from Google's search result page
  - Added support for internationalization
2013-08-08 v1.0
  - First Version                    

एक्सटेंशन की मूल जानकारी

नाम Remote Cached Pages Remote Cached Pages
ID oohbelomhgnmhecmpokphhmlopdkmfip
आधिकारिक URL https://chromewebstore.google.com/detail/remote-cached-pages/oohbelomhgnmhecmpokphhmlopdkmfip
विवरण Quick-access to viewing a page cached on Google's servers. Useful if the server hosting the page is slow or unavailable.
फ़ाइल का आकार 8.72 KB
स्थापना संख्या 321
वर्तमान संस्करण 1.1.1
अंतिम अपडेट 2013-08-15
प्रकाशन तिथि 2013-08-15
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर jore
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.1.1",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "callbackRegister.js"
        ],
        "persistent": false
    },
    "default_locale": "en"
}