Copy Cookie

Extension to copy cookies across the domains specially localhost.

Copy Cookieคืออะไร?

Copy Cookie เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Avaneesh และคุณลักษณะหลักของมันคือ "Extension to copy cookies across the domains specially localhost."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Copy Cookie

ดาวน์โหลดไฟล์ส่วนขยาย Copy Cookie ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Copy the cookies across domains. Helpful for developers to copy cookies from their live domains to localhost.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Copy Cookie Copy Cookie
ID efgblkeenphclkonjikaanjnlconlkfp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/copy-cookie/efgblkeenphclkonjikaanjnlconlkfp
คำอธิบาย Extension to copy cookies across the domains specially localhost.
ขนาดไฟล์ 64.89 KB
จำนวนการติดตั้ง 733
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2022-10-11
วันที่เผยแพร่ 2019-05-10
คะแนน 4.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Avaneesh
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://chrome.google.com/webstore/detail/copy-cookie/efgblkeenphclkonjikaanjnlconlkfp
URL หน้าช่วยเหลือ https://github.com/avaneeshtripathi/copy-cookie/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Copy Cookie",
    "version": "2.0.1",
    "description": "Extension to copy cookies across the domains specially localhost.",
    "permissions": [
        "cookies",
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon.png",
            "32": "\/images\/icon.png",
            "48": "\/images\/icon.png",
            "128": "\/images\/icon.png"
        }
    },
    "icons": {
        "16": "\/images\/icon.png",
        "32": "\/images\/icon.png",
        "48": "\/images\/icon.png",
        "128": "\/images\/icon.png"
    },
    "author": "Avaneesh Tripathi"
}