Bublup

Organize any content - all in one place.

Bublup क्या है?

Bublup https://bublup.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Organize any content - all in one place."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bublup एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Bublup gives you the power to stay on top of your work projects and personal passions. The Bublup Chrome extension helps you get more done and feel in control of your life. Save and visually organize anything you find on the web, and discover fascinating suggestions as you explore.

Extension Features:
* Instantly save any web page, article, video, and more to your Bublup folders.
* Discover suggested content as you browse the web.
* Launch the Bublup web app to access all of your folders.                    

एक्सटेंशन की मूल जानकारी

नाम Bublup Bublup
ID cbfllaanijkpjgnolhfhephemiccnacj
आधिकारिक URL https://chromewebstore.google.com/detail/bublup/cbfllaanijkpjgnolhfhephemiccnacj
विवरण Organize any content - all in one place.
फ़ाइल का आकार 2.17 MB
स्थापना संख्या 7,372
वर्तमान संस्करण 13.0.0.162
अंतिम अपडेट 2023-06-15
प्रकाशन तिथि 2020-06-08
रेटिंग 4.71/5 कुल 21 रेटिंग्स
डेवलपर https://bublup.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.bublup.com
सहायता पृष्ठ URL https://www.bublup.com/support
गोपनीयता नीति पृष्ठ URL https://www.bublup.com/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bublup",
    "short_name": "Bublup",
    "description": "Organize any content - all in one place.",
    "version": "13.0.0",
    "browser_action": {
        "default_icon": "data\/images\/bublup-icon_16.png",
        "default_title": "Bublup"
    },
    "icons": {
        "16": "data\/images\/bublup-icon_16.png",
        "48": "data\/images\/bublup-icon_48.png",
        "128": "data\/images\/bublup-icon_128.png"
    },
    "background": {
        "scripts": [
            "data\/js\/lib\/jquery-1.11.1.js",
            "shared\/js\/event_constants.js",
            "lib\/js\/modules\/bg_bublup_app.js",
            "lib\/js\/adapters\/bg_chrome_adapter.js",
            "lib\/js\/modules\/bg_bublup_toolbar.js",
            "lib\/js\/modules\/bg_messaging.js",
            "lib\/js\/modules\/bg_mystuff.js",
            "lib\/js\/modules\/bg_bublup_ajax.js",
            "lib\/js\/modules\/bg_bublup_user.js",
            "lib\/js\/modules\/bg_webservices.js",
            "lib\/js\/modules\/bg_shading.js",
            "lib\/js\/modules\/bg_filtering.js",
            "lib\/js\/modules\/main.js"
        ],
        "persistent": true
    },
    "commands": {
        "bublup-save": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "Opens bublup quicksave"
        },
        "bublup-save-review-later": {
            "suggested_key": {
                "default": "Ctrl+Shift+X",
                "mac": "Command+Shift+X"
            },
            "description": "Saves the current page to review later"
        },
        "bublup-save-most-recent": {
            "suggested_key": {
                "default": "Ctrl+Shift+A",
                "mac": "Command+Shift+A"
            },
            "description": "Saves the current page to the most recent folder"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "data\/js\/lib\/jquery-1.11.1.js",
                "shared\/js\/event_constants.js",
                "data\/js\/lib\/jquery-ui.min.js",
                "data\/js\/lib\/q.js",
                "data\/js\/lib\/event-queue.js",
                "data\/js\/modules\/inj_bublup_app.js",
                "data\/js\/adapters\/inj_chrome_adapter.js",
                "data\/js\/host_page\/inj_host_page.js",
                "data\/js\/host_page\/inj_page_data.js",
                "data\/js\/modules\/inj_messaging.js",
                "data\/js\/modules\/inj_translation.js",
                "data\/js\/transformers\/inj_transformer.js",
                "data\/js\/transformers\/inj_transformer_store.js",
                "data\/js\/transformers\/shaders\/inj_google_shader.js",
                "data\/js\/transformers\/filters\/inj_google_filter.js",
                "data\/js\/transformers\/drag\/inj_google_drag.js",
                "data\/js\/modules\/inj_grip.js",
                "data\/js\/toolbar\/inj_nano_toolbar.js",
                "data\/js\/notification\/inj_notification.js",
                "data\/js\/search\/inj_search_app.js",
                "data\/js\/mybublup\/inj_mybublup_app.js",
                "data\/js\/modules\/inj_main.js"
            ],
            "css": [
                "data\/css\/toolbar.css",
                "data\/css\/shading.css",
                "data\/css\/filtering.css",
                "data\/css\/chrome.css",
                "data\/css\/notification.css",
                "data\/css\/search.css"
            ]
        },
        {
            "matches": [
                "https:\/\/mystuff.bublup.com\/*"
            ],
            "js": [
                "data\/js\/lib\/jquery-1.11.1.js",
                "shared\/js\/event_constants.js",
                "data\/js\/modules\/inj_bublup_app.js",
                "data\/js\/adapters\/inj_chrome_adapter.js",
                "data\/js\/modules\/inj_messaging.js",
                "data\/js\/iframe\/inj_iframe_listener.js"
            ],
            "all_frames": true
        },
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/mystuff.bublup.com\/*"
            ],
            "js": [
                "data\/js\/host_page\/inj_bublup_site.js"
            ],
            "all_frames": true
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgv3Neg\/vuE0+cDqPsphkJsmxLDHwAiLPC35bBqiZIAYSCc4DH1mDJvhyLtUe9Ho4yLDk0K9HlRtZpPXhCmBGg36ERGPmJkmi6Uhe0lF26GSEqBgxlliEhxK9kFKBA1rf\/fO50ucCb4pK12Xe+vIvbwAcG822insgR1mYlkWYUC\/QcQPPYxwNSwh\/PrTXA3mxr9H5m\/FssZ0O2d9jT5n4evE2954Jb5blddN99IpdIgsMy4r50sPEUI4hWnOH\/EWrpl1cM7g5y1wG12\/qssCoXHWcmORLoGfHL9L7BorkczztC9CkDEz1r+YWkSwh5z00kC8kVja\/R+dJs81lMmQgrwIDAQAB",
    "permissions": [
        "tabs",
        "contextMenus",
        ""
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "data\/*"
    ],
    "version_name": "13.0.0.162"
}