Clean Bookmark
A simple extension for clean bookmarks
What is Clean Bookmark?
Clean Bookmark is a Chrome extension developed by kbehouse, and its main feature is "A simple extension for clean bookmarks".
Extension Screenshots
Download Clean Bookmark Extension CRX File
Download Clean Bookmark extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A very simple app for clean your bookmarks.
Free
Functions:
Find "Empty Directories" Bookmarks
Find "Duplicate Names" Bookmarks
Find "Duplicate URL" Bookmarks
Github (this is open source):
If you are a developer,
welcome to pull and download the following sourcecode:
https://github.com/kbehouse/clean-bookmark Extension Basic Information
| Name | |
| ID | jpjlngakachakfbbpipgkadjaalmpcjm |
| Official URL | https://chromewebstore.google.com/detail/clean-bookmark/jpjlngakachakfbbpipgkadjaalmpcjm |
| Description | A simple extension for clean bookmarks |
| File Size | 1.26 MB |
| Installation Count | 589 |
| Current Version | 1.0.1 |
| Last Updated | 2019-03-01 |
| Publish Date | 2019-02-28 |
| Rating | 3.50/5 Total 4 Ratings |
| Developer | kbehouse |
| [email protected] | |
| Payment Type | free |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "A simple extension for clean bookmarks",
"version": "1.0.1",
"name": "Clean Bookmark",
"short_name": "Clean Bookmark",
"browser_action": {
"default_icon": "logo.png"
},
"icons": {
"128": "logo.png"
},
"background": {
"scripts": [
"background.js"
]
},
"manifest_version": 2,
"permissions": [
"bookmarks"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |