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 |
Eメール | [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'" } } |