Symbaloo Bookmarker

Easily save the website you are visiting and organize all your bookmarks in a personalized and safe online environment

Symbaloo Bookmarkerとは何ですか?

Symbaloo Bookmarkerはhttps://www.symbaloo.comによって開発されたChromeの拡張機能で、その主な機能は「Easily save the website you are visiting and organize all your bookmarks in a personalized and safe online environment」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Save, organize and share all your bookmarks in a personalized and safe online environment. Make your online life easier by keeping all your favorite websites organized together in one place and accessible at any time, on any device.

With the Symbaloo Bookmarker you can easily add the website you are visiting to your Symbaloo account by just clicking the extension button that appears on your browser.

The Symbaloo Bookmarker connects directly to your Personal Symbaloo account, where they are stored safely for later use.

New in the latest versions of the extension is bookmarking any link on a website with a right-click. This will open a contextMenu giving the option to select where you want to store the Bookmark.                    

拡張機能の基本情報

名前 Symbaloo Bookmarker Symbaloo Bookmarker
ID cnjfgbikbkcmickdalamlmpmkhmbollm
公式URL https://chromewebstore.google.com/detail/symbaloo-bookmarker/cnjfgbikbkcmickdalamlmpmkhmbollm
説明 Easily save the website you are visiting and organize all your bookmarks in a personalized and safe online environment
ファイルサイズ 108 KB
インストール数 32,885
現在のバージョン 1.0.17
最終更新日 2021-12-16
公開日 2020-07-25
評価 4.17/5 合計 101 レビュー
開発者 https://www.symbaloo.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.symbaloo.com
ヘルプページのURL https://en.help.symbaloo.com/
プライバシーポリシーページのURL https://blog.symbaloo.com/disclaimer/disclaimer_us.html
対応言語 en,nl,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "version": "1.0.17",
    "icons": {
        "32": "assets\/icons\/logo32.png",
        "48": "assets\/icons\/logo48.png",
        "96": "assets\/icons\/logo96.png",
        "128": "assets\/icons\/logo128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "identity",
        "https:\/\/www.symbaloo.com\/*"
    ],
    "browser_action": {
        "default_title": "Symbaloo Bookmarker",
        "default_icon": "assets\/icons\/logo128.png",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}