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
官方網址 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\/"
    ]
}