Atavi - bookmark manager

Visual bookmarks, bookmarks sync across various browsers and absolute safety for your bookmarks

What is Atavi - bookmark manager?

Atavi - bookmark manager is a Chrome extension developed by https://atavi.com, and its main feature is "Visual bookmarks, bookmarks sync across various browsers and absolute safety for your bookmarks".

Extension Screenshots

screenshot
screenshot
screenshot

Download Atavi - bookmark manager Extension CRX File

Download Atavi - bookmark manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Features:
★ Get quick access, bookmarks toolbar and speed dial: Atavi Bookmarks replaces Chrome new tab with your visual bookmarks collection;
★ Add new favourite or save bookmark instantly with right-click context menu: click anywhere on the page with mouse right button and  choose “Add to Atavi bookmarks”;
★ Groups: add bookmarks to the predefined groups in one click (left-click on an icon in address bar → select a group → save the bookmark);

Please email us at [email protected]

Last changes:
1. The extension transfers all data using HTTPS in order to increase security.                    

Extension Basic Information

Name Atavi - bookmark manager Atavi - bookmark manager
ID jpchabeoojaflbaajmjhfcfiknckabpo
Official URL https://chromewebstore.google.com/detail/atavi-bookmark-manager/jpchabeoojaflbaajmjhfcfiknckabpo
Description Visual bookmarks, bookmarks sync across various browsers and absolute safety for your bookmarks
File Size 142 KB
Installation Count 54,323
Current Version 1.3.2
Last Updated 2020-05-05
Publish Date 2020-04-29
Rating 3.75/5 Total 740 Ratings
Developer https://atavi.com
Email [email protected]
Payment Type free
Extension Website https://atavi.com/?from=chromewebstore-atavi-bookmark-manager
Help Page URL https://atavi.com/about#feedback-content-form
Privacy Policy Page URL https://atavi.com/content/privacy
Supported Languages de,en,fr,nl,tr,es,hr,it,pl,pt-BR,ro,sk,fi,sv,cs,ru,uk,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "short_name": "__MSG_extension_shortname__",
    "description": "__MSG_extension_description__",
    "default_locale": "en",
    "version": "1.3.2",
    "permissions": [
        "contextMenus",
        "activeTab",
        "bookmarks",
        "tabs",
        "*:\/\/atavi.com\/",
        "*:\/\/*.atavi.com\/",
        "*:\/\/www.toppage.test\/*",
        "cookies",
        "storage"
    ],
    "optional_permissions": [
        "management"
    ],
    "homepage_url": "https:\/\/atavi.com",
    "chrome_settings_overrides": {
        "homepage": "https:\/\/atavi.com\/?from=ext-chrome"
    },
    "manifest_version": 2,
    "icons": {
        "128": "i\/icon128.png",
        "48": "i\/icon48.png",
        "32": "i\/icon32.png",
        "19": "i\/icon19.png",
        "16": "i\/icon16.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "page": "background\/page.html"
    },
    "page_action": {
        "default_icon": "i\/icon19.png",
        "default_title": "__MSG_pageaction_title__",
        "default_popup": "create\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "AtaviExt.js",
                "includes\/common.js"
            ],
            "css": [
                "c\/common.css"
            ]
        }
    ],
    "omnibox": {
        "keyword": "atavi"
    },
    "options_page": "options\/index.html",
    "web_accessible_resources": [
        "includes\/inject.js",
        "config.json"
    ],
    "externally_connectable": {
        "ids": [
            "cppkdfiehodeplgalcinpklndfdmccba",
            "pcacinjbimcceegjmilcmllbagjjelef",
            "jpchabeoojaflbaajmjhfcfiknckabpo",
            "fhdbapfgnkbpnkffmjkjofblcmmgonia",
            "dpmijkcjnkemjnlkjcghoagimgolaofh",
            "kdbcpidbakbgbgclbjldlelbafohkagp",
            "kjpbnomffmmmdnedadahoflodnabckoi",
            "nmebjojifckgfojmficpdnlglgcifhjd",
            "ckpifcbkpbdakjgcigilkdhhfbmgcfdh"
        ],
        "matches": [
            "*:\/\/*.atavi.com\/*"
        ]
    },
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "MacCtrl+Shift+S"
            }
        }
    }
}