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
公式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
Eメール [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'"
}