Bookmark Cleaner
A browser extension to clean your bookmarks
什么是Bookmark Cleaner?
Bookmark Cleaner是由Ruggero Turra开发的Chrome扩展程序,该扩展的主要功能是“A browser extension to clean your bookmarks”。
扩展截图
下载Bookmark Cleaner扩展crx文件
下载Bookmark Cleaner扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Bookmark Cleaner let you to organize your bookmarks in for Google Chrome™. The only feature enabled is the removal of duplicates bookmark. Depending on the user feedback new features can be implemented as removal of non-existing links and lexical sorting of bookmarks.
扩展基本信息
名称 | Bookmark Cleaner |
ID | apmbebpbnhlmonbpggbaljkinnfgpmki |
官方URL | https://chromewebstore.google.com/detail/bookmark-cleaner/apmbebpbnhlmonbpggbaljkinnfgpmki |
简介 | A browser extension to clean your bookmarks |
文件大小 | 139 KB |
安装次数 | 175 |
当前版本 | 0.0.3 |
更新时间 | 2023-08-28 |
上架时间 | 2023-08-28 |
开发者 | Ruggero Turra |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bookmark Cleaner", "version": "0.0.3", "description": "A browser extension to clean your bookmarks", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "author": "Ruggero Turra", "permissions": [ "bookmarks" ], "action": { "default_title": "Bookmark Clearner", "default_icon": "icon128.png", "default_popup": "popup.html" }, "options_page": "popup.html", "offline_enabled": true, "content_security_policy": { "extension_pages": "script-src 'self' ; object-src 'self'" } } |