View Cached Page
View the Google cached page for the URL you are viewing
View Cached Page क्या है?
View Cached Page pinibalilihamelech द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View the Google cached page for the URL you are viewing"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में View Cached Page एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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".
एक्सटेंशन की मूल जानकारी
नाम | |
ID | pgnjgiifjjoloadfedjhmjkfbpbjdpog |
आधिकारिक URL | https://chrome.google.com/webstore/detail/view-cached-page/pgnjgiifjjoloadfedjhmjkfbpbjdpog |
विवरण | View the Google cached page for the URL you are viewing |
फ़ाइल का आकार | 27.03 KB |
स्थापना संख्या | 954 |
वर्तमान संस्करण | 0.1 |
अंतिम अपडेट | 2014-01-22 |
प्रकाशन तिथि | 2014-01-22 |
रेटिंग | 2.10/5 कुल 21 रेटिंग्स |
डेवलपर | pinibalilihamelech |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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 } |