Local Storage cleaner
Purge HTML 5 Local Storage and cache.
Τι είναι το Local Storage cleaner;
Το Local Storage cleaner είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://jeecookbook.blogspot.com, και η κύρια λειτουργία του είναι "Purge HTML 5 Local Storage and cache.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Local Storage cleaner
Λήψη αρχείων επέκτασης Local Storage cleaner σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Building offline application ? Need a simple and efficient tool to clean the Local Storage and cache ? This extension is for you ! It allows you to purge HTML 5 Local Storage and cache (JS, ...). Current Local Storage is erased according to range. It's very simple and quick : no complex configuration, two clicks only. Check my web site for further informations : http://jeecookbook.blogspot.fr/p/chrome.html
Βασικές Πληροφορίες Επέκτασης
Όνομα | Local Storage cleaner |
ID | bkdbpookjkdkhfmecijgegmjggmnjhme |
Επίσημο URL | https://chromewebstore.google.com/detail/local-storage-cleaner/bkdbpookjkdkhfmecijgegmjggmnjhme |
Περιγραφή | Purge HTML 5 Local Storage and cache. |
Μέγεθος Αρχείου | 31.32 KB |
Αριθμός Εγκαταστάσεων | 438 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2013-01-26 |
Ημερομηνία Δημοσίευσης | 2013-01-26 |
Αξιολόγηση | 3.75/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | https://jeecookbook.blogspot.com |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Local Storage cleaner", "version": "1.0", "manifest_version": 2, "homepage_url": "http:\/\/jeecookbook.blogspot.fr\/p\/chrome.html", "description": "Purge HTML 5 Local Storage and cache.", "icons": { "16": "icon48.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png", "default_title": "Purge Local Storage and Cache", "default_popup": "popup.html" }, "permissions": [ "browsingData" ] } |