knugget - Web Clipper

Clip knowledge nuggets from the web in seconds and add them to your knugget account.

Cos'è knugget - Web Clipper?

knugget - Web Clipper è un'estensione di Chrome sviluppata da letsknugget, e la sua funzione principale è "Clip knowledge nuggets from the web in seconds and add them to your knugget account.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione knugget - Web Clipper

Scarica i file di estensione knugget - Web 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

                        The knugget web clipper allows you to quickly create knuggets from all over the web. Simply highlight the quote, right click and add it to a collection of your choice.

If you want to create a new collection, you can do so with a few clicks as well.

knugget helps you keep the insights in mind, which are important to you. We develop this Chrome extension to make it as easy as possible for you to add knuggets.                    

Informazioni di Base sull'Estensione

Nome knugget - Web Clipper knugget - Web Clipper
ID oebaiimomknnlpfhmpllaacfhphnghfn
URL Ufficiale https://chromewebstore.google.com/detail/knugget-web-clipper/oebaiimomknnlpfhmpllaacfhphnghfn
Descrizione Clip knowledge nuggets from the web in seconds and add them to your knugget account.
Dimensione del File 3.05 MB
Conteggio Installazioni 56
Versione Corrente 0.4.6
Ultimo Aggiornamento 2021-05-25
Data di Pubblicazione 2021-05-24
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore letsknugget
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://knugg.et
URL della Pagina della Politica sulla Privacy https://www.knugg.et/privacy-policy.html
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.4.6",
    "manifest_version": 2,
    "name": "knugget - Web Clipper",
    "description": "Clip knowledge nuggets from the web in seconds and add them to your knugget account.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "tabs"
    ],
    "icons": {
        "128": "img\/faveicon-128.png"
    },
    "options_ui": {
        "page": ".\/options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "lib\/content-script-frame.js",
        "lib\/iframe-resizer\/*",
        "popup.html"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.tiny.cloud; object-src 'self'"
}