Browser Favorites Cleaner

How many URLs in favorites have been 404? How many repetitions? How many websites have been shut down? Let's clean them up!

Browser Favorites Cleanerとは何ですか?

Browser Favorites Cleanerはacewayによって開発されたChromeの拡張機能で、その主な機能は「How many URLs in favorites have been 404? How many repetitions? How many websites have been shut down? Let's clean them up!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Browser Favorites Cleaner拡張機能のCRXファイルをダウンロード

Browser Favorites Cleaner拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        How many URLs in favorites have returned 404 errors? How many are duplicates? How many websites have been shut down? Let's clean them up! 

This Chrome extension helps you check for duplicate URLs in your favorite bookmarks and their service status. You can identify which URLs are duplicated in favorites and view them according to different service statuses, providing a convenient way to clean up your bookmarks.                    

拡張機能の基本情報

名前 Browser Favorites Cleaner Browser Favorites Cleaner
ID enmmclbemlglhfjdgaidcabiifimbdfm
公式URL https://chromewebstore.google.com/detail/browser-favorites-cleaner/enmmclbemlglhfjdgaidcabiifimbdfm
説明 How many URLs in favorites have been 404? How many repetitions? How many websites have been shut down? Let's clean them up!
ファイルサイズ 672 KB
インストール数 144
現在のバージョン 1.0.4
最終更新日 2023-04-06
公開日 2023-02-19
評価 3.00/5 合計 2 レビュー
開発者 aceway
Eメール [email protected]
支払い方法 free
対応言語 id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.4",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "manifest_version": 3,
    "permissions": [
        "bookmarks"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_titleName__"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "Command+Shift+F"
            },
            "description": "__MSG_cmdDesc__"
        }
    }
}