uBookmark

Universal Bookmark Manager

What is uBookmark?

uBookmark is a Chrome extension developed by SparrowHawk Australia, and its main feature is "Universal Bookmark Manager".

Extension Screenshots

screenshot
screenshot

Download uBookmark Extension CRX File

Download uBookmark extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name uBookmark uBookmark
ID lfggnbmkiohmldpkhlfoalfinlmclbje
Official URL https://chromewebstore.google.com/detail/ubookmark/lfggnbmkiohmldpkhlfoalfinlmclbje
Description Universal Bookmark Manager
File Size 11.8 KB
Installation Count 16
Current Version 2.0
Last Updated 2018-12-24
Publish Date 2018-12-19
Developer SparrowHawk Australia
Email [email protected]
Payment Type free
Extension Website https://sparrowhawkaus.com/ubookmark.html
Help Page URL https://sparrowhawkaus.com/ubookmark.html
Supported Languages 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'"
}