Clean & Refresh

Cleans local and session storage from the active tab, then Refreshes the page

Clean & Refreshคืออะไร?

Clean & Refresh เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TonyW และคุณลักษณะหลักของมันคือ "Cleans local and session storage from the active tab, then Refreshes the page"

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

screenshot
screenshot

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

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

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

                        For a quick and clean refresh of a tab. It keeps all cookies, but removes all local and session storage created by the website. It then refreshes the page

It works out of the box, but you can adjust some settings, if you wish:

Right-click on the extension icon (the cat!) and select which storage you want to clean (default is both local and session, but you can choose either)

Also, by default, it will refresh the page. But you can set it to take you to that page, like url bookmark! Change the drop down to "use the url below" and then type in the full url you want that button to take you (including http:// etc)

However, as storage is loaded on the memory when you actually load the site, this will not work if you are in a totally different domain (ie google.com). It will redirect to your site, but your storage will not be erase. But no biggie! Just press the button again and now the storage will be erased 4Real :)                    

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

ชื่อ Clean & Refresh Clean & Refresh
ID ppgjgnmplfpefcldlapcedhmgbnhamkd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/clean-refresh/ppgjgnmplfpefcldlapcedhmgbnhamkd
คำอธิบาย Cleans local and session storage from the active tab, then Refreshes the page
ขนาดไฟล์ 19.1 KB
จำนวนการติดตั้ง 71
เวอร์ชันปัจจุบัน 4.82
อัปเดตครั้งล่าสุด 2023-07-14
วันที่เผยแพร่ 2018-10-02
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา TonyW
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clean & Refresh",
    "description": "Cleans local and session storage from the active tab, then Refreshes the page",
    "version": "4.82",
    "author": "Tony Wilson - [email protected] - 2018 - Icons by Google - Apache 2.0 Licence",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_title": "Clean & Refresh",
        "default_icon": "icon16.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}