SimpleClear

A handy way to clear cache, cookies, downloads and history.

SimpleClearคืออะไร?

SimpleClear เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://blandlifedev.blogspot.com และคุณลักษณะหลักของมันคือ "A handy way to clear cache, cookies, downloads and history."

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

screenshot
screenshot
screenshot

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

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

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

                        A fork of the Clear extension, with more customization options.

Basic usage:
- click the toolbar button
- click on the duration you want to clear for what item
- you can also set it to one-click mode in the options
- clearing options can also be accessed from right-click menu
- keyboard navigation supported, see the options

Changes and new features from fork:
- options to select what to show
- upgrade to manifest version 2
- hideable toolbar button
- keyboard navigation
- event page enabled

Updated changelog is in the extension option pages.

Retains the features of the Clear extension.
Credits to João Colombo of the Clear extension.

--------

Note:
Though the extension is v1.0 as there may still be bugs I've missed.
Please do feedback when something is not working, better if there are steps to replicate the problem.
Thanks :)                    

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

ชื่อ SimpleClear SimpleClear
ID dpbboilcojikdnfpponljmiohnhdjcaj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/simpleclear/dpbboilcojikdnfpponljmiohnhdjcaj
คำอธิบาย A handy way to clear cache, cookies, downloads and history.
ขนาดไฟล์ 40.27 KB
จำนวนการติดตั้ง 13,185
เวอร์ชันปัจจุบัน 1.1.2.7
อัปเดตครั้งล่าสุด 2021-04-01
วันที่เผยแพร่ 2017-03-19
คะแนน 4.45/5 รวมทั้งหมด 78 คะแนน
ผู้พัฒนา https://blandlifedev.blogspot.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://blandlifedev.blogspot.com/
ภาษาที่รองรับ en,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SimpleClear",
    "version": "1.1.2.7",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_manifest_description__",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon-19-0.png",
            "38": "icon-38-0.png"
        },
        "default_title": "__MSG_manifest_toolbarbtn_tooltip__",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "common.js",
            "bg.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "browsingData"
    ]
}