uBookmark

Universal Bookmark Manager

Hvad er uBookmark?

uBookmark er en Chrome-udvidelse udviklet af SparrowHawk Australia, og dens hovedfunktion er "Universal Bookmark Manager".

Udvidelsesskærmbilleder

screenshot
screenshot

Download uBookmark-udvidelses-CRX-fil

Download uBookmark-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn uBookmark uBookmark
ID lfggnbmkiohmldpkhlfoalfinlmclbje
Officiel URL https://chromewebstore.google.com/detail/ubookmark/lfggnbmkiohmldpkhlfoalfinlmclbje
Beskrivelse Universal Bookmark Manager
Filstørrelse 11.8 KB
Antal Installationer 16
Nuværende Version 2.0
Senest Opdateret 2018-12-24
Udgivelsesdato 2018-12-19
Udvikler SparrowHawk Australia
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://sparrowhawkaus.com/ubookmark.html
Hjælpeside-URL https://sparrowhawkaus.com/ubookmark.html
Understøttede Sprog 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'"
}