LocalStorage Sync

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

LocalStorage Syncとは何ですか?

LocalStorage SyncはAllan Codingによって開発されたChromeの拡張機能で、その主な機能は「Sync local storage and session storage data from one computer to another!」です。

拡張機能のスクリーンショット

screenshot

LocalStorage Sync拡張機能のCRXファイルをダウンロード

LocalStorage Sync拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}