Cookiedough
Developer tool to bulk set cookies from a standard cookie header string
Cookiedoughคืออะไร?
Cookiedough เป็นส่วนขยายของ Chrome ที่พัฒนาโดย OrbitKit และคุณลักษณะหลักของมันคือ "Developer tool to bulk set cookies from a standard cookie header string"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cookiedough
ดาวน์โหลดไฟล์ส่วนขยาย Cookiedough ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Simple, no-frills, programmer-friendly UI for editing cookies. Provides the current tab's HTTP cookie string verbatim in a text box; you can copy/paste/edit the string. You can find the source code at https://github.com/stickfigure/cookiedough
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Cookiedough |
ID | hacigcgfiefikmkmmmncaiaijoffndpl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cookiedough/hacigcgfiefikmkmmmncaiaijoffndpl |
คำอธิบาย | Developer tool to bulk set cookies from a standard cookie header string |
ขนาดไฟล์ | 63.66 KB |
จำนวนการติดตั้ง | 8,261 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2021-05-26 |
วันที่เผยแพร่ | 2019-05-25 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | OrbitKit |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/stickfigure/cookiedough |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cookiedough", "description": "Developer tool to bulk set cookies from a standard cookie header string", "version": "1.0.1", "icons": { "128": "cookie.png" }, "browser_action": { "default_icon": "cookie.png", "default_popup": "popup.html" }, "permissions": [ "cookies", "tabs", " |