No Cache

Ensure that you see your page without client and server caches

No Cacheคืออะไร?

No Cache เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Roman Hlushko และคุณลักษณะหลักของมันคือ "Ensure that you see your page without client and server caches"

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

screenshot

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

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

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

                        Take cache cleaning to the next level! 

No Cache Extension helps to remove server FPC and browser caches by pushing one single button 🔥                    

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

ชื่อ No Cache No Cache
ID imcbegkljmmdaacgnepdhpnlijgpcpbi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/no-cache/imcbegkljmmdaacgnepdhpnlijgpcpbi
คำอธิบาย Ensure that you see your page without client and server caches
ขนาดไฟล์ 18.36 KB
จำนวนการติดตั้ง 170
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-03-31
วันที่เผยแพร่ 2020-03-31
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Roman Hlushko
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/roma-glushko/no-cache-extension
URL หน้าช่วยเหลือ https://github.com/roma-glushko/no-cache-extension
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "No Cache",
    "version": "1.0",
    "description": "Ensure that you see your page without client and server caches",
    "browser_action": {
        "default_title": "No Cache!"
    },
    "icons": {
        "120": "\/images\/icon-120.png"
    },
    "background": {
        "scripts": [
            "actions.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "browsingData",
        "contextMenus"
    ]
}