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”。
擴展截圖
下載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 |
ID | hdhngoamekjhmnpenphenpaiindoinpo |
官方網址 | 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 |
電子郵箱 | [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" } } |