Cache Buster

Append a random query parameter to any page.

Cache Busterคืออะไร?

Cache Buster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Append a random query parameter to any page."

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

screenshot

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

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

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

                        This extension helps you to reload the page by automatically adding a cache buster parameter to the URL.                    

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

ชื่อ Cache Buster Cache Buster
ID ddmncmoalbogclpicdmnhemgbhfapfhc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cache-buster/ddmncmoalbogclpicdmnhemgbhfapfhc
คำอธิบาย Append a random query parameter to any page.
ขนาดไฟล์ 8.34 KB
จำนวนการติดตั้ง 790
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-08-10
วันที่เผยแพร่ 2018-08-09
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cache Buster",
    "author": "Sahib J. Leo",
    "version": "1.0",
    "description": "Append a random query parameter to any page.",
    "icons": {
        "16": "images\/cache-buster-icon-16x16.png",
        "32": "images\/cache-buster-icon-32x32.png",
        "64": "images\/cache-buster-icon-64x64.png",
        "128": "images\/cache-buster-icon-128x128.png"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/cache-buster-icon-16x16.png",
            "32": "images\/cache-buster-icon-32x32.png",
            "64": "images\/cache-buster-icon-64x64.png",
            "128": "images\/cache-buster-icon-128x128.png"
        }
    }
}