Page Structure Cache

Page Structure Cache

Τι είναι το Page Structure Cache;

Το Page Structure Cache είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://pscache.com, και η κύρια λειτουργία του είναι "Page Structure Cache".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Page Structure Cache

Λήψη αρχείων επέκτασης Page Structure Cache σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Page Structure Cache keeps websites fast by remembering what parts of your favorite web-pages should be always loaded into your browsers' cache.  Cached web-pages are often as much as 20%-50% faster than uncached, but performance varies site-to-site.

If your browser isn't able to keep a web-page cached, due to content changes or computer memory limitations, Page Structure Cache will request that content "just-in-time", so that web-page loads as though the content was already in the cache.

Page Structure Cache will use your bookmarks to determine which web-pages you would like to keep cached.  Un-bookmarked pages will use fallback rules, which may not increase performance as much as bookmarked pages.


* FREE EXTENSION * NO TRACKING * NO ADS * NO NONSENSE *


The continued development of Page Structure Cache is made possible thanks to the generosity of donors.  If you find this extension helpful, please consider supporting here: https://www.paypal.me/usidev


The extension for Firefox is coming soon.

Reviews are not monitored for bug reports.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Page Structure Cache Page Structure Cache
ID lableglmojmhoafpejaknbokihkkgooh
Επίσημο URL https://chrome.google.com/webstore/detail/page-structure-cache/lableglmojmhoafpejaknbokihkkgooh
Περιγραφή Page Structure Cache
Μέγεθος Αρχείου 94.96 KB
Αριθμός Εγκαταστάσεων 518
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2019-02-23
Ημερομηνία Δημοσίευσης 2019-02-18
Αξιολόγηση 4.57/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής http://pscache.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.pscache.com
URL της Σελίδας Πολιτικής Απορρήτου http://www.pscache.com
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Page Structure Cache",
    "version": "1.0.1",
    "description": "Page Structure Cache",
    "icons": {
        "16": "icons\/psc_icon_default_16.png",
        "24": "icons\/psc_icon_default_24.png",
        "32": "icons\/psc_icon_default_32.png",
        "48": "icons\/psc_icon_default_48.png",
        "64": "icons\/psc_icon_default_64.png",
        "96": "icons\/psc_icon_default_96.png",
        "128": "icons\/psc_icon_default_128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "bookmarks",
        "storage",
        "cookies",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/psc_icon_default_16.png",
            "24": "icons\/psc_icon_default_24.png",
            "32": "icons\/psc_icon_default_32.png",
            "48": "icons\/psc_icon_default_48.png",
            "64": "icons\/psc_icon_default_64.png",
            "96": "icons\/psc_icon_default_96.png",
            "128": "icons\/psc_icon_default_128.png"
        },
        "default_title": "PSC",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}