Bookmark Updater

A button that quickly updates the closest bookmark found to the open tab.

Bookmark Updater là gì?

Bookmark Updater là một tiện ích mở rộng Chrome được phát triển bởi alexander.bruun, và tính năng chính của nó là "A button that quickly updates the closest bookmark found to the open tab.".

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

screenshot

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

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

                        Update existing bookmarks while surfing the web, and create new bookmarks if your current tab doesn't match any of your saved bookmarks.                    

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

Tên Bookmark Updater Bookmark Updater
ID hjhffdgfjfkkjnllljaidejgbhhldice
URL Chính Thức https://chromewebstore.google.com/detail/bookmark-updater/hjhffdgfjfkkjnllljaidejgbhhldice
Mô tả A button that quickly updates the closest bookmark found to the open tab.
Kích Thước Tệp 7.8 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2022-02-19
Ngày Phát Hành 2021-01-12
Đánh Giá 4.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển alexander.bruun
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "author": "Alexander Bruun",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmark Updater",
    "description": "A button that quickly updates the closest bookmark found to the open tab.",
    "version": "1.1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "bookmarks",
        "tabs"
    ],
    "browser_action": {
        "default_title": "Bookmark Updater",
        "default_icon": "icon.png"
    },
    "offline_enabled": true
}