LocalStorage Sync

Sync local storage and session storage data from one computer to another!

ما هو LocalStorage Sync؟

LocalStorage Sync هو إضافة Chrome تم تطويرها بواسطة Allan Coding، والميزة الرئيسية لها هي "Sync local storage and session storage data from one computer to another!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة LocalStorage Sync

قم بتنزيل ملفات الامتداد LocalStorage Sync بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Work's with most html5 games, and it saves game progress!

It can be used as a html5 game saver!                    

معلومات أساسية عن التمديد

الاسم LocalStorage Sync LocalStorage Sync
ID nlgkphpdbpmpdngngdafeggajlblhhko
عنوان URL الرسمي https://chromewebstore.google.com/detail/localstorage-sync/nlgkphpdbpmpdngngdafeggajlblhhko
الوصف Sync local storage and session storage data from one computer to another!
حجم الملف 57.47 KB
عدد التثبيتات 728
النسخة الحالية 3.9.3
آخر تحديث 2022-02-03
تاريخ النشر 2021-03-30
تقييم 5.00/5 مجموع تقييمات 1
المطور Allan Coding
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LocalStorage Sync",
    "version": "3.9.3",
    "description": "Sync local storage and session storage data from one computer to another!",
    "icons": {
        "16": "img\/16x16.png",
        "48": "img\/48x48.png",
        "128": "img\/128x128.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "script.js"
        ]
    },
    "offline_enabled": true,
    "browser_action": {
        "default_icon": "img\/128x128.png",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": false
    },
    "incognito": "split",
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ]
}