Blobs

Your personalized search engine

Wat is Blobs?

Blobs is een Chrome-extensie ontwikkeld door https://blobs.co, en de belangrijkste functie is "Your personalized search engine".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Blobs

Download Blobs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Blobs Blobs
ID hgnbaogggkflalfgnhlnbbkokocjimke
Officiële URL https://chromewebstore.google.com/detail/blobs/hgnbaogggkflalfgnhlnbbkokocjimke
Beschrijving Your personalized search engine
Bestandsgrootte 238 KB
Aantal Installaties 71
Huidige Versie 2.2
Laatst Bijgewerkt 2020-11-22
Publicatiedatum 2020-08-18
Ontwikkelaar https://blobs.co
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://blobs.co
Ondersteunde Talen 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"
    ]
}