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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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'"
}