Cached
Indicates if this response was fetched from disk cache
Τι είναι το Cached;
Το Cached είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "Indicates if this response was fetched from disk cache".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Cached
Λήψη αρχείων επέκτασης Cached σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Cached ====== On pages for which the requested URL in the title bar was fetched from the disk cache, an icon will be placed at the right hand side of the omnibox (url bar). Clicking on that icon will bring you to the cache-view page for that url. The source is very simple, and available at https://github.com/snyamathi/cached
Βασικές Πληροφορίες Επέκτασης
Όνομα | Cached |
ID | iennkaeaoklnkgiamabcmkjhahmdbelb |
Επίσημο URL | https://chromewebstore.google.com/detail/cached/iennkaeaoklnkgiamabcmkjhahmdbelb |
Περιγραφή | Indicates if this response was fetched from disk cache |
Μέγεθος Αρχείου | 6.15 KB |
Αριθμός Εγκαταστάσεων | 26 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2014-07-08 |
Ημερομηνία Δημοσίευσης | 2014-07-07 |
Αξιολόγηση | 1.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Unknown |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Suneil Nyamathi", "background": { "scripts": [ "background.js" ] }, "description": "Indicates if this response was fetched from disk cache", "manifest_version": 2, "name": "Cached", "page_action": { "default_icon": "icon.png", "default_title": "Cached" }, "permissions": [ " |