Bookmark Data Cleaner

Removing browsing data when deleting a bookmark.

Bookmark Data Cleaner란 무엇입니까?

Bookmark Data Cleaner은(는) Ziqi Ding에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removing browsing data when deleting a bookmark."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Bookmark Data Cleaner 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Bookmark Data Cleaner allows you to efficiently clear related browsing data saved from your bookmarks/favourites (you can also remove the bookmarks/favourites at the same time).

 ☆☆☆ Supported browsing data to clean ☆☆☆

* Cache: Clears the browser's cache (including app caches and cache storage).

* Cookies: Clears the browser's cookies and server-bound certificates modified within a particular timeframe.

* File System Data: Clears websites' file system data..

* IndexedDB Data: Clears websites' IndexedDB (database) data.

* Local Storage:  Clears websites' local storage data.

* Plugin Data: Clears plugins' data.

* Web SQL Data: Clears websites' WebSQL data.

==========================================================
Bookmark Data Cleaner可让您高效地清除书签/收藏夹中保存的相关浏览数据(您也可以同时删除相应的书签/收藏夹)。

 ☆☆☆ 支持清理的浏览数据☆☆☆

* 缓存:清除浏览器的缓存(包括应用缓存和缓存存储)。

* Cookies:清除浏览器的 cookie 和在特定时间范围内修改的服务器绑定证书。

* 文件系统数据:清除网站的文件系统数据..

* IndexedDB 数据:清除网站的IndexedDB(数据库)数据。

* 本地存储:清除网站的本地存储数据。

* 插件数据:清除插件数据。

* Web SQL 数据:清除网站的 WebSQL 数据。                    

확장 프로그램 기본 정보

이름 Bookmark Data Cleaner Bookmark Data Cleaner
ID fgbajdlddblimpajlokkmkdngpnmmaja
공식 URL https://chromewebstore.google.com/detail/bookmark-data-cleaner/fgbajdlddblimpajlokkmkdngpnmmaja
설명 Removing browsing data when deleting a bookmark.
파일 크기 2.38 MB
설치 횟수 100
현재 버전 2.2
최근 업데이트 2023-04-18
출시 날짜 2020-04-24
평점 5.00/5 총 2 개의 평점
개발자 Ziqi Ding
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmark Data Cleaner",
    "version": "2.2",
    "manifest_version": 3,
    "description": "Removing browsing data when deleting a bookmark.",
    "permissions": [
        "bookmarks",
        "history",
        "browsingData"
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}