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 |
电子邮箱 | [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" } } |