Crumble Clipper

The Crumble Clipper complements our web application to intelligently collect, discover and create insights.

Crumble Clipper क्या है?

Crumble Clipper http://lovecrumble.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Crumble Clipper complements our web application to intelligently collect, discover and create insights."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Summarise any webpage, find points of interest and collect crumbs of information and build the full story of any topic really quickly. Be more productive and simplify your workspace with Crumble.                    

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

नाम Crumble Clipper Crumble Clipper
ID ckohcnnilkkadadhclghafaaokhblpma
आधिकारिक URL https://chrome.google.com/webstore/detail/crumble-clipper/ckohcnnilkkadadhclghafaaokhblpma
विवरण The Crumble Clipper complements our web application to intelligently collect, discover and create insights.
फ़ाइल का आकार 2.15 MB
स्थापना संख्या 83
वर्तमान संस्करण 1.5
अंतिम अपडेट 2020-08-19
प्रकाशन तिथि 2020-06-28
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर http://lovecrumble.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://lovecrumble.com
सहायता पृष्ठ URL https://lovecrumble.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crumble Clipper",
    "description": "The Crumble Clipper complements our web application to intelligently collect, discover and create insights.",
    "version": "1.5",
    "icons": {
        "128": "icons\/128.ico",
        "48": "icons\/48.ico",
        "16": "icons\/32.ico"
    },
    "browser_action": {
        "default_icon": "icons\/bg_circle_black.png",
        "default_popup": "profile.html"
    },
    "background": {
        "scripts": [
            "scripts\/jquery-3.5.1.min.js",
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "https:\/\/lovecrumble.com\/check_login\/",
        "https:\/\/lovecrumble.com\/get_boards\/",
        "https:\/\/lovecrumble.com\/post_data\/",
        "https:\/\/lovecrumble.com\/post_page\/",
        "contextMenus",
        "notifications",
        "https:\/\/api.lovecrumble.com\/crumble\/summarise\/*",
        "tabs"
    ],
    "web_accessible_resources": [
        "scripts\/popup.js",
        "scripts\/background.js",
        "summarise.html"
    ]
}