Cookies2JSON

Export cookies to a simple JSON file.

Cookies2JSONคืออะไร?

Cookies2JSON เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sunnyclouds.apps และคุณลักษณะหลักของมันคือ "Export cookies to a simple JSON file."

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

screenshot

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

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

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

                        Minimalistic extension that allows you to safely export all cookies in a browser tab as a simple JSON file.                    

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

ชื่อ Cookies2JSON Cookies2JSON
ID ffbinkjibaannhnogomaebfmogppggcd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cookies2json/ffbinkjibaannhnogomaebfmogppggcd
คำอธิบาย Export cookies to a simple JSON file.
ขนาดไฟล์ 30.6 KB
จำนวนการติดตั้ง 93
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2021-05-06
วันที่เผยแพร่ 2021-05-05
ผู้พัฒนา sunnyclouds.apps
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/sunnyclouds-apps/Cookies2JSON
URL หน้าช่วยเหลือ https://github.com/sunnyclouds-apps/Cookies2JSON/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cookies2JSON",
    "description": "Export cookies to a simple JSON file.",
    "version": "1.0.0",
    "icons": {
        "16": "icons\/icon_16.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon_19.png",
            "38": "icons\/icon_38.png"
        },
        "default_title": "Cookies2JSON",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "tabs",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}