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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}