Cookie Tab Viewer
Get cookies of the current tab.
Cookie Tab Viewerคืออะไร?
Cookie Tab Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย VIRE GmbH และคุณลักษณะหลักของมันคือ "Get cookies of the current tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cookie Tab Viewer
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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 } |