uBookmark

Universal Bookmark Manager

Wat is uBookmark?

uBookmark is een Chrome-extensie ontwikkeld door SparrowHawk Australia, en de belangrijkste functie is "Universal Bookmark Manager".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie uBookmark

Download uBookmark-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam uBookmark uBookmark
ID lfggnbmkiohmldpkhlfoalfinlmclbje
Officiële URL https://chromewebstore.google.com/detail/ubookmark/lfggnbmkiohmldpkhlfoalfinlmclbje
Beschrijving Universal Bookmark Manager
Bestandsgrootte 11.8 KB
Aantal Installaties 16
Huidige Versie 2.0
Laatst Bijgewerkt 2018-12-24
Publicatiedatum 2018-12-19
Ontwikkelaar SparrowHawk Australia
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://sparrowhawkaus.com/ubookmark.html
Help Pagina-URL https://sparrowhawkaus.com/ubookmark.html
Ondersteunde Talen 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'"
}