Markbook

Collect, organize and search your favorites, upvotes and likes.

What is Markbook?

Markbook is a Chrome extension developed by https://danamajid.com, and its main feature is "Collect, organize and search your favorites, upvotes and likes.".

Extension Screenshots

Download Markbook Extension CRX File

Download Markbook 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

                                            

Extension Basic Information

Name Markbook Markbook
ID ejndbonkbfpfgaghpgknmljhafpkkjik
Official URL https://chromewebstore.google.com/detail/markbook/ejndbonkbfpfgaghpgknmljhafpkkjik
Description Collect, organize and search your favorites, upvotes and likes.
File Size 43.71 KB
Installation Count 68
Current Version 0.31
Last Updated 2015-08-06
Publish Date 2015-08-05
Rating 4.00/5 Total 1 Ratings
Developer https://danamajid.com
Payment Type free
Extension Website https://markbook.io
Help Page URL https://markbook.io/about
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Markbook",
    "description": "Collect, organize and search your favorites, upvotes and likes.",
    "version": "0.31",
    "background": {
        "scripts": [
            "markbook.js"
        ],
        "pages": [
            "background.html"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "webRequest",
        ""
    ]
}