Cookie Tab Viewer
Get cookies of the current tab.
Cookie Tab Viewerとは何ですか?
Cookie Tab ViewerはVIRE GmbHによって開発されたChromeの拡張機能で、その主な機能は「Get cookies of the current tab.」です。
拡張機能のスクリーンショット
Cookie Tab Viewer拡張機能のCRXファイルをダウンロード
Cookie Tab Viewer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A simple extension that shows you the cookie names and values of your current tab.
拡張機能の基本情報
名前 | Cookie Tab Viewer |
ID | fdlghnedhhdgjjfgdpgpaaiddipafhgk |
公式URL | https://chromewebstore.google.com/detail/cookie-tab-viewer/fdlghnedhhdgjjfgdpgpaaiddipafhgk |
説明 | Get cookies of the current tab. |
ファイルサイズ | 18.63 KB |
インストール数 | 12,103 |
現在のバージョン | 2.0 |
最終更新日 | 2020-11-20 |
公開日 | 2019-09-03 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | VIRE GmbH |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://storrito.com/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cookie Tab Viewer", "version": "2.0", "description": "Get cookies of the current tab.", "permissions": [ "cookies", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "cookie-16.png", "48": "cookie-48.png", "128": "cookie-128.png" }, "browser_action": { "default_icon": "cookie-128.png", "default_popup": "popup.html" }, "manifest_version": 2 } |