Web Bookmark

Access your Chrome bookmarks from anywhere.

Web Bookmark là gì?

Web Bookmark là một tiện ích mở rộng Chrome được phát triển bởi SAGAN, và tính năng chính của nó là "Access your Chrome bookmarks from anywhere.".

Ả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 Web Bookmark

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

                        This extension makes your Chrome bookmarks available in a web page, so you can access your Chrome bookmarks from any devices or browsers via the web.

Usage: click the extension icon (pink heart), then open the "My Web Bookmark" link, and you will see all your Chrome bookmarks here. Save the link of this page to anywhere you need.

从任何地方访问您的 Chrome 收藏夹.                    

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

Tên Web Bookmark Web Bookmark
ID ocgpeglcikmofdphblhakkpkndifnhkh
URL Chính Thức https://chromewebstore.google.com/detail/web-bookmark/ocgpeglcikmofdphblhakkpkndifnhkh
Mô tả Access your Chrome bookmarks from anywhere.
Kích Thước Tệp 39.18 KB
Số Lần Cài Đặt 148
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2023-05-11
Ngày Phát Hành 2019-01-02
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển SAGAN
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Bookmark",
    "description": "Access your Chrome bookmarks from anywhere.",
    "version": "1.0.4",
    "author": "Jacques De SAGAN",
    "manifest_version": 2,
    "permissions": [
        "bookmarks",
        "storage"
    ],
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "64": "images\/icon_64.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    }
}