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」です。
拡張機能のスクリーンショット
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 |
ID | ijhmpfekapalndkialhcmlipjhfohdkl |
公式URL | 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 |
Eメール | [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" } } |