Google Cache Viewer
View google cached version of this website
Google Cache Viewer क्या है?
Google Cache Viewer centpage.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View google cached version of this website"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Google Cache Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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 |
गोपनीयता नीति पृष्ठ URL | 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 } |