knugget - Web Clipper

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

O que é knugget - Web Clipper?

knugget - Web Clipper é uma extensão do Chrome desenvolvida por letsknugget, e sua principal característica é "Clip knowledge nuggets from the web in seconds and add them to your knugget account.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão knugget - Web Clipper

Baixe arquivos de extensão knugget - Web Clipper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome knugget - Web Clipper knugget - Web Clipper
ID oebaiimomknnlpfhmpllaacfhphnghfn
URL Oficial https://chromewebstore.google.com/detail/knugget-web-clipper/oebaiimomknnlpfhmpllaacfhphnghfn
Descrição Clip knowledge nuggets from the web in seconds and add them to your knugget account.
Tamanho do Arquivo 3.05 MB
Contagem de Instalações 56
Versão Atual 0.4.6
Última Atualização 2021-05-25
Data de Publicação 2021-05-24
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor letsknugget
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://knugg.et
URL da Página de Política de Privacidade https://www.knugg.et/privacy-policy.html
Idiomas Suportados 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'"
}