Knowies

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

什么是Knowies?

Knowies是由Knowies开发的Chrome扩展程序,该扩展的主要功能是“The official Knowies plugin allows you to easily save and share articles, videos and other online content that are interesting for…”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Knowies扩展crx文件

下载Knowies扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Knowies Knowies
ID pkkmmclebdkjeogkjgpfhplogpgdhcnn
官方URL https://chromewebstore.google.com/detail/knowies/pkkmmclebdkjeogkjgpfhplogpgdhcnn
简介 The official Knowies plugin allows you to easily save and share articles, videos and other online content that are interesting for…
文件大小 229 KB
安装次数 62
当前版本 2.1.1
更新时间 2021-06-08
上架时间 2020-05-20
评分 5.00/5 共2次评分
开发者 Knowies
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.knowies.com
支持的语言 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\/"
    ]
}