Bookmark Manager

Displays and organises your bookmarks

Bookmark Manager là gì?

Bookmark Manager là một tiện ích mở rộng Chrome được phát triển bởi jfdev42, và tính năng chính của nó là "Displays and organises your bookmarks".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bookmark Manager

Tải xuống các tệp mở rộng Bookmark Manager dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        The problem with bookmarks is you always seem to have too many of them. This chrome extension removes this problem by creating a minimalist design that displays all your bookmarks in an easy to locate place. By having a tool to sort, filter and organise your bookmarks, you will be able find everything you need with ease.

By creating a user interface that makes it easier to find a certain bookmark and categorise it, the functionality of bookmarks become a lot more apparent. Have some shoes you want to buy, bookmark it and tag it with the other clothes you want to buy. Have a long video you want to watch later, bookmark it and tag it with your videos. These can then be easily found with the Bookmark Manager.

The customisable colour scheme and your most popular bookmarks is displayed every time a new tab is open, allowing easy access to the bookmarks you use most while also being aesthetically pleasing.

Features:
- Sort bookmarks by tags, folders or by most visited
- Add information about your bookmarks, making it easier to locate using the search bar
- Create tags in order to categorise your bookmarks
- Search bar that finds bookmarks based on their title, url, tags and the information that you added to it
- The ability to chose between several colour schemes or rotate between them


Google analytics is used to measure page views, colour theme and tag usage, all data taken is anonymous

Email [email protected] for any inquiries or suggestions

Source code is available at https://github.com/josephf123/BM-MK-2/tree/master                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bookmark Manager Bookmark Manager
ID agkebpnjkaemkbejjlinpbieghchlfda
URL Chính Thức https://chromewebstore.google.com/detail/bookmark-manager/agkebpnjkaemkbejjlinpbieghchlfda
Mô tả Displays and organises your bookmarks
Kích Thước Tệp 51.13 KB
Số Lần Cài Đặt 244
Phiên Bản Hiện Tại 2.3.5
Cập Nhật Lần Cuối 2021-11-05
Ngày Phát Hành 2020-06-15
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển jfdev42
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmark Manager",
    "version": "2.3.5",
    "description": "Displays and organises your bookmarks",
    "permissions": [
        "storage",
        "bookmarks",
        "history"
    ],
    "icons": {
        "16": "images\/BM squish.png",
        "48": "images\/BM [email protected]",
        "128": "images\/BM [email protected]"
    },
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/BM [email protected]",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/4.3.1\/css\/bootstrap.min.css https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/3.4.1\/jquery.min.js https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/popper.js\/1.14.7\/umd\/popper.min.js https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/4.3.1\/js\/bootstrap.min.js https:\/\/fonts.googleapis.com ;  object-src 'self';",
    "manifest_version": 2
}