uBookmark

Universal Bookmark Manager

Cos'è uBookmark?

uBookmark è un'estensione di Chrome sviluppata da SparrowHawk Australia, e la sua funzione principale è "Universal Bookmark Manager".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione uBookmark

Scarica i file di estensione uBookmark in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome uBookmark uBookmark
ID lfggnbmkiohmldpkhlfoalfinlmclbje
URL Ufficiale https://chromewebstore.google.com/detail/ubookmark/lfggnbmkiohmldpkhlfoalfinlmclbje
Descrizione Universal Bookmark Manager
Dimensione del File 11.8 KB
Conteggio Installazioni 16
Versione Corrente 2.0
Ultimo Aggiornamento 2018-12-24
Data di Pubblicazione 2018-12-19
Sviluppatore SparrowHawk Australia
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://sparrowhawkaus.com/ubookmark.html
URL della Pagina di Aiuto https://sparrowhawkaus.com/ubookmark.html
Lingue Supportate 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'"
}