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 |
官方網址 | 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'" } } |