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
官方網址 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
電子郵箱 [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'"
}