uBookmark

Universal Bookmark Manager

uBookmarkとは何ですか?

uBookmarkはSparrowHawk Australiaによって開発されたChromeの拡張機能で、その主な機能は「Universal Bookmark Manager」です。

拡張機能のスクリーンショット

screenshot
screenshot

uBookmark拡張機能のCRXファイルをダウンロード

uBookmark拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 uBookmark uBookmark
ID lfggnbmkiohmldpkhlfoalfinlmclbje
公式URL https://chromewebstore.google.com/detail/ubookmark/lfggnbmkiohmldpkhlfoalfinlmclbje
説明 Universal Bookmark Manager
ファイルサイズ 11.8 KB
インストール数 16
現在のバージョン 2.0
最終更新日 2018-12-24
公開日 2018-12-19
開発者 SparrowHawk Australia
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://sparrowhawkaus.com/ubookmark.html
ヘルプページのURL https://sparrowhawkaus.com/ubookmark.html
対応言語 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'"
}