CookieManager - Cookie Editor

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

CookieManager - Cookie Editor là gì?

CookieManager - Cookie Editor là một tiện ích mở rộng Chrome được phát triển bởi joue.quroi, và tính năng chính của nó là "Edit cookies related to the current page and all its CORS frames right from the popup interface".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng CookieManager - Cookie Editor

Tải xuống các tệp mở rộng CookieManager - Cookie Editor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CookieManager - Cookie Editor CookieManager - Cookie Editor
ID hdhngoamekjhmnpenphenpaiindoinpo
URL Chính Thức https://chromewebstore.google.com/detail/cookiemanager-cookie-edit/hdhngoamekjhmnpenphenpaiindoinpo
Mô tả Edit cookies related to the current page and all its CORS frames right from the popup interface
Kích Thước Tệp 110 KB
Số Lần Cài Đặt 45,795
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2024-02-09
Ngày Phát Hành 2018-11-01
Đánh Giá 3.14/5 Tổng số 21 Đánh Giá
Nhà Phát Triển joue.quroi
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://webextension.org/listing/cookie-editor.html
URL Trang Trợ Giúp https://webextension.org/listing/cookie-editor.html
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}