knugget - Web Clipper

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

knugget - Web Clipper là gì?

knugget - Web Clipper là một tiện ích mở rộng Chrome được phát triển bởi letsknugget, và tính năng chính của nó là "Clip knowledge nuggets from the web in seconds and add them to your knugget account.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng knugget - Web Clipper

Tải xuống các tệp mở rộng knugget - Web Clipper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên knugget - Web Clipper knugget - Web Clipper
ID oebaiimomknnlpfhmpllaacfhphnghfn
URL Chính Thức https://chromewebstore.google.com/detail/knugget-web-clipper/oebaiimomknnlpfhmpllaacfhphnghfn
Mô tả Clip knowledge nuggets from the web in seconds and add them to your knugget account.
Kích Thước Tệp 3.05 MB
Số Lần Cài Đặt 56
Phiên Bản Hiện Tại 0.4.6
Cập Nhật Lần Cuối 2021-05-25
Ngày Phát Hành 2021-05-24
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển letsknugget
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://knugg.et
URL Trang Chính Sách Bảo Mật https://www.knugg.et/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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'"
}