Tab Cleaner - Clear Tab Cache & Data

Chrome extension to clear active tab cache & data. Extension clears data of active tab only, so all other website are not affected.

Tab Cleaner - Clear Tab Cache & Data란 무엇입니까?

Tab Cleaner - Clear Tab Cache & Data은(는) Anglerfox에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome extension to clear active tab cache & data. Extension clears data of active tab only, so all other website are not affected."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Tab Cleaner - Clear Tab Cache & Data 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Chrome extension to clear active tab cache & data. This extension clears data of active tab only, not entire browser. So, other websites are not affected or logged out.

Features:
- Clear current tab cache, data, and cookies.
- Now, No need to clear entire browser data just for one website.
- Simple one click
- Also, Invalidates server cache. So, even if your server caches the data ( JS, CSS & Images ). Extension will force to download fresh file from server.
- Best productivity tool for developers.

Tab Cleaner works on all version of chrome, but works best on Chrome version 74 or later. It can clear cookies, tab data, browser history, browser data and much more.                    

확장 프로그램 기본 정보

이름 Tab Cleaner - Clear Tab Cache & Data Tab Cleaner - Clear Tab Cache & Data
ID phejpmdghdgnapioliefemibihdpooej
공식 URL https://chromewebstore.google.com/detail/tab-cleaner-clear-tab-cac/phejpmdghdgnapioliefemibihdpooej
설명 Chrome extension to clear active tab cache & data. Extension clears data of active tab only, so all other website are not affected.
파일 크기 56.79 KB
설치 횟수 463
현재 버전 2.3.3
최근 업데이트 2023-09-26
출시 날짜 2019-05-11
평점 4.00/5 총 3 개의 평점
개발자 Anglerfox
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Cleaner - Clear Tab Cache & Data",
    "version": "2.3.3",
    "description": "Chrome extension to clear active tab cache & data. Extension clears data of active tab only, so all other website are not affected.",
    "browser_action": {
        "default_title": "Clear Active Tab Data",
        "default_icon": "img\/icon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "storage",
        "cookies",
        "browsingData",
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "notifications"
    ],
    "optional_permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}