My Bookmarks Alpha
Manage your bookmarks with a simple and clean layout
What is My Bookmarks Alpha?
My Bookmarks Alpha is a Chrome extension developed by Hackety Apps, and its main feature is "Manage your bookmarks with a simple and clean layout".
Extension Screenshots
Download My Bookmarks Alpha Extension CRX File
Download My Bookmarks Alpha 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
My Bookmarks lets you manage your existing bookmarks in chrome with a simple and clean layout. This extension will override the default chrome bookmarks manager. Please note that this extension is still in Alpha version which may still contain bugs. We're releasing this in Alpha because we would love to have some feedback on what we can improve and make it work perfectly. My Bookmarks currently doesn't support drag and drop properly but we are currently working on it. Then our app should be ready for Beta testing.
Extension Basic Information
Name | My Bookmarks Alpha |
ID | ikdimglfjnihmbkaghnpcedcjddghcal |
Official URL | https://chromewebstore.google.com/detail/my-bookmarks-alpha/ikdimglfjnihmbkaghnpcedcjddghcal |
Description | Manage your bookmarks with a simple and clean layout |
File Size | 92.83 KB |
Installation Count | 74 |
Current Version | 0.1.0 |
Last Updated | 2019-02-28 |
Publish Date | 2019-02-28 |
Rating | 3.25/5 Total 4 Ratings |
Developer | Hackety Apps |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "My Bookmarks Alpha", "version": "0.1.0", "manifest_version": 2, "description": "Manage your bookmarks with a simple and clean layout", "permissions": [ "bookmarks" ], "chrome_url_overrides": { "bookmarks": "popup.html" }, "icons": { "16": "icon_016.png", "48": "icon_048.png", "128": "icon_128.png" }, "web_accessible_resources": [ "img\/*" ] } |