knugget - Web Clipper

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

Co to jest knugget - Web Clipper?

knugget - Web Clipper to rozszerzenie Chrome opracowane przez letsknugget, a jego główną funkcją jest „Clip knowledge nuggets from the web in seconds and add them to your knugget account.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia knugget - Web Clipper

Pobierz pliki rozszerzeń knugget - Web Clipper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa knugget - Web Clipper knugget - Web Clipper
ID oebaiimomknnlpfhmpllaacfhphnghfn
Oficjalny URL https://chromewebstore.google.com/detail/knugget-web-clipper/oebaiimomknnlpfhmpllaacfhphnghfn
Opis Clip knowledge nuggets from the web in seconds and add them to your knugget account.
Rozmiar pliku 3.05 MB
Liczba instalacji 56
Aktualna Wersja 0.4.6
Ostatnia Aktualizacja 2021-05-25
Data Publikacji 2021-05-24
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper letsknugget
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://knugg.et
Adres URL Strony Polityki Prywatności https://www.knugg.et/privacy-policy.html
Obsługiwane Języki 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'"
}