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 |
官方網址 | 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 } |