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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/"
    ]
}