Bookmark tags

Adds tags to bookmarks. Improves search and more.

Bookmark tags là gì?

Bookmark tags là một tiện ích mở rộng Chrome được phát triển bởi OneMoreGres, và tính năng chính của nó là "Adds tags to bookmarks. Improves search and more.".

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

screenshot
screenshot

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

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

                        Extension provides some additional functionality compared to default bookmark manager.

This extension allows you to do following things:

* add tags for any bookmark
* search bookmarks by tag, folder or title/url words
* bulk bookmark operations (open bookmarks, move them to folder, add or remove tag)
* find potential duplicate bookmarks
* show all used tags

Unlike many other extensions, this one uses default browser's bookmarks storage and handles tags as part of a title.
So it is possible to add some tags when creating new bookmark by just writing several #tags to its title.                    

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

Tên Bookmark tags Bookmark tags
ID edpeidcfjfmepdgdjnodefckgdjbigem
URL Chính Thức https://chromewebstore.google.com/detail/bookmark-tags/edpeidcfjfmepdgdjnodefckgdjbigem
Mô tả Adds tags to bookmarks. Improves search and more.
Kích Thước Tệp 18.73 KB
Số Lần Cài Đặt 2,697
Phiên Bản Hiện Tại 0.8.1
Cập Nhật Lần Cuối 2021-11-08
Ngày Phát Hành 2020-05-15
Đánh Giá 4.77/5 Tổng số 39 Đánh Giá
Nhà Phát Triển OneMoreGres
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_pluginName__",
    "description": "__MSG_pluginDescription__",
    "icons": {
        "16": "icon.png",
        "32": "icon32.png",
        "128": "icon128.png"
    },
    "default_locale": "en",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            }
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "bookmarks",
        "storage",
        "chrome:\/\/favicon\/"
    ],
    "version": "0.8.1"
}