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
电子邮箱 [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"
    ]
}