Add to Bookmax

Add Bookmarks to your Bookmax Account.

What is Add to Bookmax?

Add to Bookmax is a Chrome extension developed by http://my.bookmax.net, and its main feature is "Add Bookmarks to your Bookmax Account.".

Extension Screenshots

screenshot
screenshot

Download Add to Bookmax Extension CRX File

Download Add to Bookmax 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

                        Add Bookmarks to your Bookmax Account.

Bookmax.net is an online bookmark manager to store bookmarks, lists, contacts, memos, notes and more online.

Share all your bookmarks and data in teams!

Features:
Hierarchical Folders
Easy drag and drop handling
Search function for all your entries
Search bookmarks
Favorites
3 kind of bookmarks views with thumbshots or favicons

There is also an App for your Bookmax bookmark list, right here on the Chrome App Store.

Datenschutzerklärung: https://www.bookmax.net/datenschutzerklaerung
Privacy Policy: https://www.bookmax.net/privacy-policy                    

Extension Basic Information

Name Add to Bookmax Add to Bookmax
ID aebecfmhkadmehbpadebjabkhidmcdcm
Official URL https://chrome.google.com/webstore/detail/add-to-bookmax/aebecfmhkadmehbpadebjabkhidmcdcm
Description Add Bookmarks to your Bookmax Account.
File Size 777 KB
Installation Count 922
Current Version 3.2
Last Updated 2020-02-29
Publish Date 2020-02-29
Rating 4.76/5 Total 17 Ratings
Developer http://my.bookmax.net
Email [email protected]
Payment Type free
Extension Website http://www.bookmax.net
Privacy Policy Page URL https://www.bookmax.net/datenschutzerklaerung
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Add to Bookmax",
    "description": "Add Bookmarks to your Bookmax Account.",
    "version": "3.2",
    "browser_action": {
        "default_icon": "icon-32.png"
    },
    "icons": {
        "32": "icon-32.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "add.css"
            ],
            "js": [
                "\/iframe\/base\/jquery-1.10.2.js",
                "inject.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "iframe\/*"
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/ajax.googleapis.com\/",
        "*:\/\/my.bookmax.net\/",
        "cookies"
    ]
}