Swoosh Cookie and Local Storage Specialist

Unites Local Storage, Session Storage and Cookie in one place. Powerful functions with intuitive and concise UI.

Swoosh Cookie and Local Storage Specialistとは何ですか?

Swoosh Cookie and Local Storage Specialistはhttps://steampunck.github.ioによって開発されたChromeの拡張機能で、その主な機能は「Unites Local Storage, Session Storage and Cookie in one place. Powerful functions with intuitive and concise UI.」です。

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

screenshot
screenshot
screenshot

Swoosh Cookie and Local Storage Specialist拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Helps to accelerate web development if you relay on web storage heavily.

Local Storage is purple, Session Storage is blue, Cookie is yellow, Swoosh rules them all.

Highlight features:
- Local Storage, Session Storage and Cookie 3 in 1 editor with CRUD, search, favourite and batch operation.
- Automatically realtime update, no manually refresh required
- URL encoding / decoding detect and switch in on click: (%5E_%5E) -> (^_^)
- Friendly JSON format editor
- Advanced cookie editor
- Popup new independent window with full features.

After installing, welcome to playground and have a try: https://steampunck.github.io/swoosh-storage-specialist/playground.html                    

拡張機能の基本情報

名前 Swoosh Cookie and Local Storage Specialist Swoosh Cookie and Local Storage Specialist
ID giompennnhheakjcnobejbnjgbbkmdnd
公式URL https://chromewebstore.google.com/detail/swoosh-cookie-and-local-s/giompennnhheakjcnobejbnjgbbkmdnd
説明 Unites Local Storage, Session Storage and Cookie in one place. Powerful functions with intuitive and concise UI.
ファイルサイズ 720 KB
インストール数 10,000
現在のバージョン 2.2.0
最終更新日 2020-10-15
公開日 2020-08-14
評価 3.93/5 合計 120 レビュー
開発者 https://steampunck.github.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://steampunck.github.io/swoosh-storage-specialist
ヘルプページのURL https://github.com/steampunck/swoosh-storage-specialist/issues
対応言語 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDesc__",
    "author": "steampunck",
    "version": "2.2.0",
    "permissions": [
        "activeTab",
        "storage",
        "cookies",
        "contextMenus",
        ""
    ],
    "homepage_url": "https:\/\/steampunck.github.io\/swoosh-storage-specialist\/",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/browser\/icon16.png",
            "24": "assets\/browser\/icon24.png",
            "32": "assets\/browser\/icon32.png"
        }
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "web_accessible_resources": [
        "popup.html",
        "installed.html",
        "club.html"
    ]
}