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. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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
} | |