Crumble Clipper

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

Τι είναι το Crumble Clipper;

Το Crumble Clipper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://lovecrumble.com, και η κύρια λειτουργία του είναι "The Crumble Clipper complements our web application to intelligently collect, discover and create insights.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Crumble Clipper

Λήψη αρχείων επέκτασης Crumble Clipper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    ]
}