Blobs

Your personalized search engine

Blobsとは何ですか?

Blobsはhttps://blobs.coによって開発されたChromeの拡張機能で、その主な機能は「Your personalized search engine」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Blobs拡張機能のCRXファイルをダウンロード

Blobs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Blobs Blobs
ID hgnbaogggkflalfgnhlnbbkokocjimke
公式URL https://chromewebstore.google.com/detail/blobs/hgnbaogggkflalfgnhlnbbkokocjimke
説明 Your personalized search engine
ファイルサイズ 238 KB
インストール数 71
現在のバージョン 2.2
最終更新日 2020-11-22
公開日 2020-08-18
開発者 https://blobs.co
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://blobs.co
対応言語 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"
    ]
}