knugget - Web Clipper

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

What is knugget - Web Clipper?

knugget - Web Clipper is a Chrome extension developed by letsknugget, and its main feature is "Clip knowledge nuggets from the web in seconds and add them to your knugget account.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download knugget - Web Clipper Extension CRX File

Download knugget - Web Clipper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name knugget - Web Clipper knugget - Web Clipper
ID oebaiimomknnlpfhmpllaacfhphnghfn
Official URL 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.
File Size 3.05 MB
Installation Count 56
Current Version 0.4.6
Last Updated 2021-05-25
Publish Date 2021-05-24
Rating 5.00/5 Total 2 Ratings
Developer letsknugget
Email [email protected]
Payment Type free
Extension Website https://knugg.et
Privacy Policy Page URL https://www.knugg.et/privacy-policy.html
Supported Languages 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'"
}