Close & Clean

Close all tabs and windows and clean up Chrome in one single click

Close & Cleanคืออะไร?

Close & Clean เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://singleclickapps.com และคุณลักษณะหลักของมันคือ "Close all tabs and windows and clean up Chrome in one single click"

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

screenshot
screenshot

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

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

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

                        This extension will add "Close & Clean" button to your browser's toolbar. When you click the button it will close all currently opened tabs and windows and (depending on your settings) will clean Chrome cache, history, cookies or other browsing data. 

You can set it to close everything, to keep the current tab open, to close or keep alive pinned tabs. There are some other settings too: you may set it to ask for confirmation when you click the Close & Clean button, or to open fresh new tab when the cleanup is finished (all settings are accessible from the "Options" page).

By default it will clear only the cache. To clean other types of browsing data -- go to the "Options" page and manually select what to be cleaned on close. 

You can set the extension to: 
* Empty the cache
* Clear app cache
* Remove cookies
* Delete download history
* Clear file systems
* Delete saved (autofill) form data
* Clear browsing history
* Remove indexed data
* Delete local storage data
* Clear plugin data
* Delete saved passwords
* Clear webSQL data

To access all the options: right-click on the Close & Clean icon and select "Options".                    

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

ชื่อ Close & Clean Close & Clean
ID hjjlnpghgkgmnpjimgbblhggmbjlbmld
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/close-clean/hjjlnpghgkgmnpjimgbblhggmbjlbmld
คำอธิบาย Close all tabs and windows and clean up Chrome in one single click
ขนาดไฟล์ 35.81 KB
จำนวนการติดตั้ง 14,851
เวอร์ชันปัจจุบัน 1.3.0.0
อัปเดตครั้งล่าสุด 2018-02-18
วันที่เผยแพร่ 2018-02-17
คะแนน 4.33/5 รวมทั้งหมด 33 คะแนน
ผู้พัฒนา https://singleclickapps.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://singleclickapps.com/close-and-clean-button
URL หน้านโยบายความเป็นส่วนตัว https://singleclickapps.com/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Close & Clean",
    "short_name": "Close & Clean",
    "version": "1.3.0.0",
    "manifest_version": 2,
    "homepage_url": "https:\/\/singleclickapps.com\/close-and-clean-button",
    "description": "Close all tabs and windows and clean up Chrome in one single click",
    "icons": {
        "16": "icon.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "browsingData",
        "tabs"
    ],
    "incognito": "spanning",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Close All & Clean"
    },
    "background": {
        "scripts": [
            "start.js"
        ],
        "persistent": false
    },
    "offline_enabled": true,
    "options_page": "settings.html"
}