ChRAM: Simple Browsing Data Cleaner

Clean Browsing Data with ChRAM

ChRAM: Simple Browsing Data Cleaner란 무엇입니까?

ChRAM: Simple Browsing Data Cleaner은(는) TabIt에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Clean Browsing Data with ChRAM"입니다.

확장 프로그램 스크린샷

screenshot

ChRAM: Simple Browsing Data Cleaner 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ###  CLEANING OPTIONS:  ###
# Discard/unload tabs (Clean out the RAM) : : Random-Access Memory(RAM), occupied by the Chrome's tabs will be cleared - loaded data, like images, videos, text, page structures will be removed from the RAM, while your sessions with cookies for the visited web-sites are kept. If you highlight(Ctrl+Click to select) tabs from various windows of Chrome, they will remain in the same state, as they were before.
# Clear browsing history : : Browsing history on synced devices will be removed too
# Clear cached files (Clean out the ROM) : : Images and files cached by Chrome will be deleted
# Clear cookies and other site data (Sign-out of accounts) : : You won't be signed-out of your Google account

ONE MORE THING:  For your convenience ShortCut 'Alt+PageUp' will take you to the previous Chrome window & 'Alt+PageDown' will take you to the next one. If not, try assigning them at chrome://extensions. You can also disable them there too.                    

확장 프로그램 기본 정보

이름 ChRAM: Simple Browsing Data Cleaner ChRAM: Simple Browsing Data Cleaner
ID pogibncdlnomiioielcgkhhgcmhokcma
공식 URL https://chromewebstore.google.com/detail/chram-simple-browsing-dat/pogibncdlnomiioielcgkhhgcmhokcma
설명 Clean Browsing Data with ChRAM
파일 크기 120 KB
설치 횟수 567
현재 버전 4.1.3
최근 업데이트 2022-02-12
출시 날짜 2019-02-25
평점 4.71/5 총 7 개의 평점
개발자 TabIt
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "ChRAM",
    "name": "ChRAM: Simple Browsing Data Cleaner",
    "version": "4.1.3",
    "description": "Clean Browsing Data with ChRAM",
    "offline_enabled": true,
    "icons": {
        "128": "images\/logo128.png",
        "48": "images\/logo48.png",
        "16": "images\/logo16.png"
    },
    "browser_action": {
        "default_title": "Clean Browsing Data with ChRAM",
        "default_popup": "\/index.html",
        "default_icon": {
            "128": "images\/logo128.png",
            "48": "images\/logo48.png",
            "16": "images\/logo16.png"
        }
    },
    "permissions": [
        "browsingData",
        "system.memory",
        "notifications",
        "management"
    ],
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "commands": {
        "prev-window": {
            "suggested_key": {
                "default": "Alt+PageUp"
            },
            "description": "Open previous Chrome window"
        },
        "next-window": {
            "suggested_key": {
                "default": "Alt+PageDown"
            },
            "description": "Open next Chrome window"
        }
    }
}