IndexedDB cleaner
Purge HTML 5 IndexedDB and Cache.
Τι είναι το IndexedDB cleaner;
Το IndexedDB cleaner είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://jeecookbook.blogspot.com, και η κύρια λειτουργία του είναι "Purge HTML 5 IndexedDB and Cache.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης IndexedDB cleaner
Λήψη αρχείων επέκτασης IndexedDB cleaner σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Building offline application ?
Need a simple and efficient tool to clean the IndexedDB and cache ?
This extension is for you !
It allows you to purge HTML 5 IndexedDB and cache (JS, ...).
Current IndexedDB is erased and cache purged 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 Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | bkbkgpcacphidgmpbfcapoillheakfpi |
| Επίσημο URL | https://chromewebstore.google.com/detail/indexeddb-cleaner/bkbkgpcacphidgmpbfcapoillheakfpi |
| Περιγραφή | Purge HTML 5 IndexedDB and Cache. |
| Μέγεθος Αρχείου | 27.13 KB |
| Αριθμός Εγκαταστάσεων | 1,025 |
| Τρέχουσα Έκδοση | 1.0 |
| Τελευταία Ενημέρωση | 2013-06-26 |
| Ημερομηνία Δημοσίευσης | 2013-06-25 |
| Αξιολόγηση | 4.33/5 Συνολικά 6 Αξιολογήσεις |
| Προγραμματιστής | https://jeecookbook.blogspot.com |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | http://jeecookbook.blogspot.fr/p/chrome.html |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "IndexedDB cleaner",
"version": "1.0",
"manifest_version": 2,
"homepage_url": "http:\/\/jeecookbook.blogspot.fr\/p\/chrome.html",
"description": "Purge HTML 5 IndexedDB and Cache.",
"icons": {
"16": "icon48.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": "icon48.png",
"default_title": "Purge IndexedDB and Cache",
"default_popup": "popup.html"
},
"permissions": [
"browsingData"
]
} | |