NetMarks - Bookmarks menu
Bookmark manager with a clean and intuitive interface
What is NetMarks - Bookmarks menu?
NetMarks - Bookmarks menu is a Chrome extension developed by https://malceff.blogspot.com, and its main feature is "Bookmark manager with a clean and intuitive interface".
Extension Screenshots
Download NetMarks - Bookmarks menu Extension CRX File
Download NetMarks - Bookmarks menu 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
Bookmark manager with a clean and intuitive interface. It makes searching and organizing your bookmark really easy. Features: - Remembers the last opened folders and scroll position; - It doesn't collect and inject anything at browser (like analytics or advertisement); - There are supported drag and drop operations for managing bookmarks. --- Менеджер закладок с чистым и интуитивно понятным интерфейсом. В NetMarks реализованы все функции, с помощью которых вы можете легко и быстро организовать работу с закладками. Внешний вид расширения и работа настраиваемы. Особенности: - Древовидная навигация по закладкам; - Простой и наглядный поиск по закладкам; - Настройка внешнего вида.
Extension Basic Information
Name | NetMarks - Bookmarks menu |
ID | boepmphdpbdnficfifejnkejlljcefjb |
Official URL | https://chromewebstore.google.com/detail/netmarks-bookmarks-menu/boepmphdpbdnficfifejnkejlljcefjb |
Description | Bookmark manager with a clean and intuitive interface |
File Size | 153 KB |
Installation Count | 3,747 |
Current Version | 2.1.253 |
Last Updated | 2018-11-25 |
Publish Date | 2018-11-24 |
Rating | 4.58/5 Total 131 Ratings |
Developer | https://malceff.blogspot.com |
Payment Type | free |
Extension Website | http://malceff.blogspot.com/p/blog-page.html |
Supported Languages | en,fr,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NetMarks - Bookmarks menu", "short_name": "NetMarks", "version": "2.1.253", "default_locale": "en", "description": "__MSG_extDescription__", "minimum_chrome_version": "50", "browser_action": { "default_icon": "img\/netmarks32.png", "default_popup": "popup.html", "default_title": "__MSG_extName__" }, "icons": { "16": "img\/netmarks16.png", "32": "img\/netmarks32.png", "48": "img\/netmarks48.png", "128": "img\/netmarks128.png" }, "permissions": [ "bookmarks", "tabs", "chrome:\/\/favicon\/", "activeTab", "clipboardWrite" ], "web_accessible_resources": [ "img\/js16.png" ], "options_page": "options.html", "background": { "scripts": [ "\/js\/background.js" ] } } |