knugget - Web Clipper

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

Qu'est-ce que knugget - Web Clipper ?

knugget - Web Clipper est une extension Chrome développée par letsknugget, et sa fonction principale est "Clip knowledge nuggets from the web in seconds and add them to your knugget account.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension knugget - Web Clipper

Téléchargez les fichiers d'extension knugget - Web Clipper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom knugget - Web Clipper knugget - Web Clipper
ID oebaiimomknnlpfhmpllaacfhphnghfn
URL Officiel https://chromewebstore.google.com/detail/knugget-web-clipper/oebaiimomknnlpfhmpllaacfhphnghfn
Description Clip knowledge nuggets from the web in seconds and add them to your knugget account.
Taille du Fichier 3.05 MB
Nombre d'Installations 56
Version Actuelle 0.4.6
Dernière Mise à Jour 2021-05-25
Date de Publication 2021-05-24
Évaluation 5.00/5 Total 2 Évaluations
Développeur letsknugget
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://knugg.et
URL de la Page de Politique de Confidentialité https://www.knugg.et/privacy-policy.html
Langues Prises en Charge 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'"
}