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.”。
擴展截圖
下載Bookmark Data Cleaner擴展crx文件
下載Bookmark Data Cleaner擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        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 数据。                     擴展基本資訊
| 名稱 |   |  
| ID | fgbajdlddblimpajlokkmkdngpnmmaja | 
| 官方網址 | 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"
    }
}  |  |