Cookie Editor
Simple yet powerful Cookie Editor that allow you to quickly create, edit and delete cookies without leaving your tab.
Cookie Editorとは何ですか?
Cookie Editorはwritecode.oneによって開発されたChromeの拡張機能で、その主な機能は「Simple yet powerful Cookie Editor that allow you to quickly create, edit and delete cookies without leaving your tab.」です。
拡張機能のスクリーンショット
Cookie Editor拡張機能のCRXファイルをダウンロード
Cookie Editor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simple yet powerful Cookie Editor that allow you to quickly create, edit and delete cookies without leaving your tab. Cookie Editor is designed to have a simple to use interface that let you do most standard cookie operations. It is ideal for developing and testing web pages or even manual management of cookies for your privacy. Be careful! Do not share your cookies with anyone you do not trust! Cookies can contain very sensitive information like your login information. If you share your cookies with someone, they could gain full access to your account and compromise it. Feature list: - List all cookies for the current tab. - Search your cookies. - Create, edit and delete your cookies. - Import and export your cookies in many formats (JSON) - Quickly delete all cookies for the current tab.
拡張機能の基本情報
名前 | Cookie Editor |
ID | ookdjilphngeeeghgngjabigmpepanpl |
公式URL | https://chromewebstore.google.com/detail/cookie-editor/ookdjilphngeeeghgngjabigmpepanpl |
説明 | Simple yet powerful Cookie Editor that allow you to quickly create, edit and delete cookies without leaving your tab. |
ファイルサイズ | 267 KB |
インストール数 | 402 |
現在のバージョン | 1.0.0.0 |
最終更新日 | 2024-01-02 |
公開日 | 2024-01-02 |
評価 | 5.00/5 合計 8 レビュー |
開発者 | writecode.one |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | id,ms,de,en,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,th,am-ET,ar,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "__MSG_ext_name__", "name": "__MSG_ext_name__", "description": "__MSG_ext_description__", "icons": { "16": "icons\/16x16.png", "32": "icons\/32x32.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "action": { "default_icon": { "16": "icons\/16x16.png", "32": "icons\/32x32.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" } }, "manifest_version": 3, "version": "1.0.0.0", "default_locale": "en", "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "permissions": [ "cookies", "sidePanel", "tabs" ], "side_panel": { "default_path": "pages\/sidepanel.html" }, "content_scripts": [ { "matches": [ " |