Local Storage

A browser extension for managing local storage.

Local Storage là gì?

Local Storage là một tiện ích mở rộng Chrome được phát triển bởi Shashika Virajh, và tính năng chính của nó là "A browser extension for managing local storage.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Local Storage

Tải xuống các tệp mở rộng Local Storage dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Local Storage is a handy Chrome extension that offers a user-friendly interface to view, manage, and manipulate the items in your browser's local storage. Forget about delving into the Console tab every time you need to check on your local storage. This extension provides all the tools you need at your fingertips.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Local Storage Local Storage
ID nnlekldijoehomfgfciodmolohhfkfpm
URL Chính Thức https://chromewebstore.google.com/detail/local-storage/nnlekldijoehomfgfciodmolohhfkfpm
Mô tả A browser extension for managing local storage.
Kích Thước Tệp 143 KB
Số Lần Cài Đặt 631
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-09-30
Ngày Phát Hành 2023-09-30
Đánh Giá 5.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Shashika Virajh
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Local Storage",
    "version": "1.0",
    "description": "A browser extension for managing local storage.",
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_popup": "extension\/popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "extension\/content.js"
            ]
        }
    ]
}