Bookmarks Clean - Detect damaged bookmarks

Automatically find broken links and clean up your bookmarks

什麼是Bookmarks Clean - Detect damaged bookmarks?

Bookmarks Clean - Detect damaged bookmarks是由BookmarksSync開發的Chrome擴展程式,該擴展的主要功能是“Automatically find broken links and clean up your bookmarks”。

擴展截圖

screenshot
screenshot

下載Bookmarks Clean - Detect damaged bookmarks擴展crx文件

下載Bookmarks Clean - Detect damaged bookmarks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        ⭐ Analice automáticamente sus favoritos y encuentre enlaces rotos y otros errores

⭐ Edite o elimine marcadores dañados                    

擴展基本資訊

名稱 Bookmarks Clean - Detect damaged bookmarks Bookmarks Clean - Detect damaged bookmarks
ID ijhmpfekapalndkialhcmlipjhfohdkl
官方網址 https://chromewebstore.google.com/detail/bookmarks-clean-detect-da/ijhmpfekapalndkialhcmlipjhfohdkl
簡介 Automatically find broken links and clean up your bookmarks
檔案大小 479 KB
安裝次數 33
目前版本 1.1.1
更新時間 2023-10-21
上架時間 2023-02-15
評分 2.00/5 共 1 次評分
開發者 BookmarksSync
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.bookmarkssync.com/privacy
支援的語言 en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_app_name_clean__",
    "description": "__MSG_app_description_clean__",
    "version": "1.1.1",
    "default_locale": "en",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "bookmarks",
        "history",
        "storage"
    ],
    "action": {
        "default_title": "__MSG_Detect_errors__"
    },
    "icons": {
        "32": "images\/icon-clean-32.png",
        "64": "images\/icon-clean-64.png",
        "128": "images\/icon-clean-128.png",
        "256": "images\/icon-clean-256.png"
    }
}