StorageAce

Easily manage Cookies, Local Storage and Session Storage for the selected tab.

Τι είναι το StorageAce;

Το StorageAce είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ajsun, και η κύρια λειτουργία του είναι "Easily manage Cookies, Local Storage and Session Storage for the selected tab.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        StorageAce provides ability to easily manage Cookies, Local Storage and Session Storage.

🅵🅴🅰🆃🆄🆁🅴🆂

❚█══ ℂ𝕠𝕠𝕜𝕚𝕖𝕤 ══█❚

★ Add Cookie
★ Import Cookies in JSON format
★ Edit Cookies using form
★ Edit Cookies using JSON Editor
★ Delete Cookies
★ Search Cookies by cookie name or cookie value
★ Sort Cookies by cookie domain, cookie name, cookie path and cookie value by clicking table column headers.
★ Protect Cookies (Set cookies as read-only)
★ Block cookies by domain, name and value filters
★ Export cookies in JSON, Netscape HTTP Cookie File, Semicolon separated name=value pairs, Perl::LWP formats. Also, you can export cookies in JSON format that can be imported by Puppeteer.
★ Backup Cookies
★ Select multiple Cookies and do actions like view, edit in JSON editor, delete, protect, unprotect, block, save etc.
★ Limit Max Age of Cookies.
★ Quick Filters available for filtering cookies in one click.

❚█══ 𝕃𝕠𝕔𝕒𝕝𝕤𝕥𝕠𝕣𝕒𝕘𝕖 ══█❚

★ Add item in local storage
★ Import items in local storage in JSON format
★ Edit item in local storage using form
★ Edit item in local storage using JSON Editor
★ Delete items in local storage
★ Search items in local storage by key or value
★ Sort items in local storage by key/value by clicking table column headers.
★ Export local storage items in JSON format
★ Select multiple items of local storage and do actions like view, edit in JSON editor, delete etc.

❚█══ 𝕊𝕖𝕤𝕤𝕚𝕠𝕟𝕤𝕥𝕠𝕣𝕒𝕘𝕖 ══█❚

★ Add item in session storage
★ Import items in session storage in JSON format
★ Edit item in session storage using form
★ Edit item in session storage using JSON Editor
★ Delete items in session storage
★ Search items in session storage by key or value
★ Sort items in session storage by key/value by clicking table column headers.
★ Export session storage items in JSON format
★ Select multiple items of session storage and do actions like view, edit in JSON editor, delete etc.

❚█══ 𝕆𝕥𝕙𝕖𝕣 𝔽𝕖𝕒𝕥𝕦𝕣𝕖𝕤 ══█❚

★ Right-click and select "StorageAce" via Context menu 
★ Incognito mode Supported and settings are synced in incognito and normal modes.
★ Beautified JSON View for storage items
★ Choose path for download.
★ Ability to Remember last download path.
★ Extra feature to allow copying JWT using "Copy JWT" button. It will copy the JWT in the selected storage type.

❚█══ Privacy ══█❚
StorageAce respects your privacy and all your data is safe.

If browser syncing is enabled, then the settings of the extension is synced to any Chrome browser that the user is logged into.

All your localStorage, sessionStorage and cookies remains offline.                    

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

Όνομα StorageAce StorageAce
ID cpbgcbmddckpmhfbdckeolkkhkjjmplo
Επίσημο URL https://chromewebstore.google.com/detail/storageace/cpbgcbmddckpmhfbdckeolkkhkjjmplo
Περιγραφή Easily manage Cookies, Local Storage and Session Storage for the selected tab.
Μέγεθος Αρχείου 251 KB
Αριθμός Εγκαταστάσεων 4,212
Τρέχουσα Έκδοση 2.9.10
Τελευταία Ενημέρωση 2023-07-14
Ημερομηνία Δημοσίευσης 2022-05-02
Αξιολόγηση 4.90/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής ajsun
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "StorageAce",
    "description": "__MSG_sa_ext_description__",
    "version": "2.9.10",
    "author": "Arjun Sunel",
    "offline_enabled": true,
    "minimum_chrome_version": "88",
    "permissions": [
        "tabs",
        "scripting",
        "cookies",
        "downloads",
        "storage",
        "unlimitedStorage",
        "contextMenus"
    ],
    "incognito": "split",
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "src\/js\/service-worker.js"
    },
    "action": {
        "default_icon": "\/src\/icons\/icon.png",
        "icons": {
            "16": "\/src\/icons\/icon16.png",
            "96": "\/src\/icons\/icon.png"
        },
        "default_title": "StorageAce",
        "default_popup": "\/src\/popup\/popup.html"
    },
    "options_page": "src\/options\/options.html",
    "icons": {
        "96": "\/src\/icons\/icon.png"
    },
    "default_locale": "en"
}