Blobs

Your personalized search engine

What is Blobs?

Blobs is a Chrome extension developed by https://blobs.co, and its main feature is "Your personalized search engine".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Blobs Extension CRX File

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

                        Blobs Extension helps you copy and save small yet important pieces of information from a webpage along with their links to your blobs collection. Blob Extension also lets you bookmark an entire webpage and it automatically saves an important paragraph (200 words) in the webpage as part of the bookmark. Blob Extension thus helps you manage, organize and retrieve your information along with its web source with ease.                    

Extension Basic Information

Name Blobs Blobs
ID hgnbaogggkflalfgnhlnbbkokocjimke
Official URL https://chromewebstore.google.com/detail/blobs/hgnbaogggkflalfgnhlnbbkokocjimke
Description Your personalized search engine
File Size 238 KB
Installation Count 71
Current Version 2.2
Last Updated 2020-11-22
Publish Date 2020-08-18
Developer https://blobs.co
Email [email protected]
Payment Type free
Extension Website https://blobs.co
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blobs",
    "description": "Your personalized search engine",
    "homepage_url": "https:\/\/blobs.co",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/jquery-3.5.0.min.js",
            "js\/moment.js",
            "js\/utils.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "Blobs",
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "toastr.css"
            ],
            "js": [
                "js\/jquery-3.5.0.min.js",
                "js\/toastr.min.js",
                "js\/utils.js",
                "js\/content_notify.js"
            ]
        },
        {
            "matches": [
                "*:\/\/blobs.co\/*"
            ],
            "js": [
                "js\/jquery-3.5.0.min.js",
                "js\/blob.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/blobs.co\/*"
            ],
            "js": [
                "js\/jquery-3.5.0.min.js",
                "js\/logout.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "contextMenus",
        "notifications",
        "https:\/\/api.blobs.co\/*"
    ],
    "version": "2.2",
    "web_accessible_resources": [
        "js\/inject.js"
    ]
}