Cache Bomb

Cache-busts the current page.

Cache Bombคืออะไร?

Cache Bomb เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nicholas Scheurich และคุณลักษณะหลักของมันคือ "Cache-busts the current page."

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

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

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

                        Appends the current datetime to URL as a valueless request parameter. Currently overwrites existing URL params.

Request features and report bugs at https://github.com/ngscheurich/cache_bomb.

Logo icons are from the excellent Nucleo set (https://nucleoapp.com/).                    

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

ชื่อ Cache Bomb Cache Bomb
ID balfpnjonknhioomnkiebocaalohjkpk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cache-bomb/balfpnjonknhioomnkiebocaalohjkpk
คำอธิบาย Cache-busts the current page.
ขนาดไฟล์ 9.42 KB
จำนวนการติดตั้ง 35
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2016-07-19
วันที่เผยแพร่ 2016-07-19
ผู้พัฒนา Nicholas Scheurich
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ngscheurich/cache_bomb
URL หน้าช่วยเหลือ https://github.com/ngscheurich/cache_bomb/issues
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cache Bomb",
    "version": "1.1",
    "description": "Cache-busts the current page.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_title": "Cache-bust the current page."
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ]
}