Smart Bookmark Manager

A better look at your browsers Bookmarks with advance searching and the most useful filters

Smart Bookmark Manager là gì?

Smart Bookmark Manager là một tiện ích mở rộng Chrome được phát triển bởi https://chromio.net, và tính năng chính của nó là "A better look at your browsers Bookmarks with advance searching and the most useful filters".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Smart 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

                        With Smart Bookmark Manager you can

- Short bookmarks by date and name
- Custom Bookmark search
- Arrange Bookmarks in Grid and list style
- Select multiple bookmarks with mouse cursor
- Open single or multi bookmarks in new tab, new windows or private window
- Import and export bookmarks
- edit, move, delete and copy bookmark’s URL

Upcoming features
- Display web shots in Grid style
- Display search suggestions

Please give suggestion in support so we improve this extension - Thanks                    

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

Tên Smart Bookmark Manager Smart Bookmark Manager
ID nfobeapoafofgmfaggcajmnfdjemfpno
URL Chính Thức https://chromewebstore.google.com/detail/smart-bookmark-manager/nfobeapoafofgmfaggcajmnfdjemfpno
Mô tả A better look at your browsers Bookmarks with advance searching and the most useful filters
Kích Thước Tệp 91.59 KB
Số Lần Cài Đặt 1,629
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2019-11-24
Ngày Phát Hành 2019-11-19
Đánh Giá 4.32/5 Tổng số 25 Đánh Giá
Nhà Phát Triển https://chromio.net
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "1.0.0",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon-popup.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "bookmarks": "bookmarks.html"
    },
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/"
    ]
}