Crumble Clipper

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

Cos'è Crumble Clipper?

Crumble Clipper è un'estensione di Chrome sviluppata da http://lovecrumble.com, e la sua funzione principale è "The Crumble Clipper complements our web application to intelligently collect, discover and create insights.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Crumble Clipper

Scarica i file di estensione Crumble Clipper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Crumble Clipper Crumble Clipper
ID ckohcnnilkkadadhclghafaaokhblpma
URL Ufficiale https://chrome.google.com/webstore/detail/crumble-clipper/ckohcnnilkkadadhclghafaaokhblpma
Descrizione The Crumble Clipper complements our web application to intelligently collect, discover and create insights.
Dimensione del File 2.15 MB
Conteggio Installazioni 83
Versione Corrente 1.5
Ultimo Aggiornamento 2020-08-19
Data di Pubblicazione 2020-06-28
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://lovecrumble.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://lovecrumble.com
URL della Pagina di Aiuto https://lovecrumble.com
Lingue Supportate 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"
    ]
}