Manage LocalStorage

Manage LocalStorage extension allows you to export, import, localstorage from your browser.

Manage LocalStorageคืออะไร?

Manage LocalStorage เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Besnik Mahmuti และคุณลักษณะหลักของมันคือ "Manage LocalStorage extension allows you to export, import, localstorage from your browser."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Manage LocalStorage

ดาวน์โหลดไฟล์ส่วนขยาย Manage LocalStorage ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension doesn't collect personal data.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Manage LocalStorage Manage LocalStorage
ID hjbkmghihndbbjggaiocmlihachebmcn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/manage-localstorage/hjbkmghihndbbjggaiocmlihachebmcn
คำอธิบาย Manage LocalStorage extension allows you to export, import, localstorage from your browser.
ขนาดไฟล์ 18.73 KB
จำนวนการติดตั้ง 43
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2023-09-16
วันที่เผยแพร่ 2023-09-16
ผู้พัฒนา Besnik Mahmuti
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.besnikmahmuti.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Manage LocalStorage ",
    "version": "1.0.0",
    "description": "Manage LocalStorage extension allows you to export, import, localstorage from your browser.",
    "manifest_version": 3,
    "icons": {
        "16": "images\/localstorage_16x16.png",
        "32": "images\/localstorage_32x32.png",
        "48": "images\/localstorage_48x48.png",
        "128": "images\/localstorage_128x128.png"
    },
    "author": "Besnik Mahmuti",
    "permissions": [
        "scripting",
        "activeTab",
        "clipboardWrite"
    ],
    "background": {
        "service_worker": "\/scripts\/background.js"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "Manage LocalStorage"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_scripts.js"
            ]
        }
    ]
}