uBookmark

Universal Bookmark Manager

uBookmark là gì?

uBookmark là một tiện ích mở rộng Chrome được phát triển bởi SparrowHawk Australia, và tính năng chính của nó là "Universal Bookmark Manager".

Ả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 uBookmark

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

                        uBookmark is a universal bookmark manager, saves your favourite sites and gives you a secure access from every Mac computer and mobile device.

Save all your bookmarks to uBookmark, and it will sync your bookmarks everywhere you need them.

Requirements:
Operating System: macOS
Chrome Browser
uBookmark App

Please note that, this extension is not a standalone application. Do not install if your system doesn't meet the requirements above.                    

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

Tên uBookmark uBookmark
ID lfggnbmkiohmldpkhlfoalfinlmclbje
URL Chính Thức https://chromewebstore.google.com/detail/ubookmark/lfggnbmkiohmldpkhlfoalfinlmclbje
Mô tả Universal Bookmark Manager
Kích Thước Tệp 11.8 KB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2018-12-24
Ngày Phát Hành 2018-12-19
Nhà Phát Triển SparrowHawk Australia
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://sparrowhawkaus.com/ubookmark.html
URL Trang Trợ Giúp https://sparrowhawkaus.com/ubookmark.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "uBookmark",
    "description": "Universal Bookmark Manager",
    "version": "2.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/16px.png",
        "128": "icons\/128px.png"
    },
    "browser_action": {
        "default_icon": "icons\/128px.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}