View Cached Page
View the Google cached page for the URL you are viewing
ما هو View Cached Page؟
View Cached Page هو إضافة Chrome تم تطويرها بواسطة pinibalilihamelech، والميزة الرئيسية لها هي "View the Google cached page for the URL you are viewing".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة View Cached Page
قم بتنزيل ملفات الامتداد View Cached Page بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 } |