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文件

下載knugget - Web Clipper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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'"
}