Almost Native Cookies Manager

Cookie Manager embedded in the Chrome devtools.

Almost Native Cookies Managerคืออะไร?

Almost Native Cookies Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://xedelweiss.net และคุณลักษณะหลักของมันคือ "Cookie Manager embedded in the Chrome devtools."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Almost Native Cookies Manager

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

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

                        Implemented Features:
 - Add / Remove
 - Edit
 - Clear
 - Import / Export

Planned Features:
 - Sort                    

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

ชื่อ Almost Native Cookies Manager Almost Native Cookies Manager
ID fhaoohhmmobabefgngamjnleikfieodg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/almost-native-cookies-man/fhaoohhmmobabefgngamjnleikfieodg
คำอธิบาย Cookie Manager embedded in the Chrome devtools.
ขนาดไฟล์ 74.58 KB
จำนวนการติดตั้ง 174
เวอร์ชันปัจจุบัน 0.8.6
อัปเดตครั้งล่าสุด 2014-02-21
วันที่เผยแพร่ 2014-02-21
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://xedelweiss.net
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Almost Native Cookies Manager",
    "version": "0.8.6",
    "manifest_version": 2,
    "description": "Cookie Manager embedded in the Chrome devtools.",
    "devtools_page": "devtools.html",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    }
}