knugget - Web Clipper

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

knugget - Web Clipper란 무엇입니까?

knugget - Web Clipper은(는) letsknugget에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Clip knowledge nuggets from the web in seconds and add them to your knugget account."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

knugget - Web Clipper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 knugget - Web Clipper knugget - Web Clipper
ID oebaiimomknnlpfhmpllaacfhphnghfn
공식 URL https://chromewebstore.google.com/detail/knugget-web-clipper/oebaiimomknnlpfhmpllaacfhphnghfn
설명 Clip knowledge nuggets from the web in seconds and add them to your knugget account.
파일 크기 3.05 MB
설치 횟수 56
현재 버전 0.4.6
최근 업데이트 2021-05-25
출시 날짜 2021-05-24
평점 5.00/5 총 2 개의 평점
개발자 letsknugget
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://knugg.et
개인정보 보호 정책 페이지 URL https://www.knugg.et/privacy-policy.html
지원되는 언어 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'"
}