CookieManager - Cookie Editor

Edit cookies related to the current page and all its CORS frames right from the popup interface

CookieManager - Cookie Editorとは何ですか?

CookieManager - Cookie Editorはjoue.quroiによって開発されたChromeの拡張機能で、その主な機能は「Edit cookies related to the current page and all its CORS frames right from the popup interface」です。

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

screenshot

CookieManager - Cookie Editor拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This open-source extension presents a toolbar interface allowing users to observe and modify all cookies associated with the current page. Additionally, it conveniently displays cookies accessed by cross-origin (CORS) subframes on the same page, categorizing them based on their origins.

Users can directly edit various cookie properties from the interface and delete selected cookies.

Features:
1. Import and export cookies to and from JSON and TXT file
2. View all cookies related to the current tab, including sub-frames
3. Access the cookie editor in a separate tab for enhanced visibility
4. Use the "Search Cookies by Domain" context menu option via the action button
5. Use the "Open Cookie Editor in new Tab" context menu option via the action button
6. Export cookies in TXT format, compatible with Wget and Curl command-line tools

For bug reports, please visit:
https://github.com/joue-quroi/cookie-editor/                    

拡張機能の基本情報

名前 CookieManager - Cookie Editor CookieManager - Cookie Editor
ID hdhngoamekjhmnpenphenpaiindoinpo
公式URL https://chromewebstore.google.com/detail/cookiemanager-cookie-edit/hdhngoamekjhmnpenphenpaiindoinpo
説明 Edit cookies related to the current page and all its CORS frames right from the popup interface
ファイルサイズ 110 KB
インストール数 45,795
現在のバージョン 0.2.1
最終更新日 2024-02-09
公開日 2018-11-01
評価 3.14/5 合計 21 レビュー
開発者 joue.quroi
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://webextension.org/listing/cookie-editor.html
ヘルプページのURL https://webextension.org/listing/cookie-editor.html
対応言語 de,en,fr,nl,it,pt-BR,pt-PT,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.2.1",
    "name": "CookieManager - Cookie Editor",
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "16": "\/data\/icons\/16.png",
        "32": "\/data\/icons\/32.png",
        "48": "\/data\/icons\/48.png",
        "64": "\/data\/icons\/64.png",
        "128": "\/data\/icons\/128.png",
        "256": "\/data\/icons\/256.png",
        "512": "\/data\/icons\/512.png"
    },
    "permissions": [
        "cookies",
        "storage",
        "scripting",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_popup": "\/data\/popup\/index.html"
    },
    "homepage_url": "https:\/\/webextension.org\/listing\/cookie-editor.html",
    "background": {
        "service_worker": "worker.js"
    }
}