LocalStorage Sync

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

LocalStorage Sync क्या है?

LocalStorage Sync Allan Coding द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sync local storage and session storage data from one computer to another!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में LocalStorage Sync एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}