Blobs

Your personalized search engine

Apa itu Blobs?

Blobs adalah ekstensi Chrome yang dikembangkan oleh https://blobs.co, dan fitur utamanya adalah "Your personalized search engine".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Blobs

Unduh file ekstensi Blobs dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Blobs Blobs
ID hgnbaogggkflalfgnhlnbbkokocjimke
URL Resmi https://chromewebstore.google.com/detail/blobs/hgnbaogggkflalfgnhlnbbkokocjimke
Deskripsi Your personalized search engine
Ukuran File 238 KB
Jumlah Instalasi 71
Versi Saat Ini 2.2
Terakhir Diperbarui 2020-11-22
Tanggal Publikasi 2020-08-18
Pengembang https://blobs.co
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://blobs.co
Bahasa yang Didukung 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"
    ]
}