Knowies

The official Knowies plugin allows you to easily save and share articles, videos and other online content that are interesting for…

O que é Knowies?

Knowies é uma extensão do Chrome desenvolvida por Knowies, e sua principal característica é "The official Knowies plugin allows you to easily save and share articles, videos and other online content that are interesting for…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Knowies

Baixe arquivos de extensão Knowies 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 official Knowies plugin allows you to easily save and share articles, videos and other online content that are interesting for you in your Knowies profile.

Choose directly in which collection (s) and / or community (s) you want to store the content.

After saving the link you can change the title & description and add tags to your content via the Knowies website or APP (in development). To keep saving as quick and easy as possible, this is not possible via the Plugin. The standard title and description will be used. 

With the Knowies plugin you can now save content for yourself faster and share it with others on the network.                    

Informações Básicas da Extensão

Nome Knowies Knowies
ID pkkmmclebdkjeogkjgpfhplogpgdhcnn
URL Oficial https://chromewebstore.google.com/detail/knowies/pkkmmclebdkjeogkjgpfhplogpgdhcnn
Descrição The official Knowies plugin allows you to easily save and share articles, videos and other online content that are interesting for…
Tamanho do Arquivo 229 KB
Contagem de Instalações 62
Versão Atual 2.1.1
Última Atualização 2021-06-08
Data de Publicação 2020-05-20
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Knowies
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.knowies.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Knowies",
    "author": "Knowies",
    "version": "2.1.1",
    "icons": {
        "16": "dist\/images\/logo16.png",
        "48": "dist\/images\/logo48.png",
        "128": "dist\/images\/logo128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "dist\/images\/logo16.png",
            "48": "dist\/images\/logo48.png",
            "128": "dist\/images\/logo128.png"
        },
        "default_title": "Add this website to your Knowies",
        "default_popup": "app.html",
        "theme_icons": [
            {
                "light": "dist\/images\/logo128.png",
                "dark": "dist\/images\/logo128.png",
                "size": 128
            }
        ]
    },
    "permissions": [
        "storage",
        "activeTab",
        "cookies",
        "bookmarks",
        "*:\/\/*.knowies.com\/"
    ]
}