knugget - Web Clipper

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

knugget - Web Clipperคืออะไร?

knugget - Web Clipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย letsknugget และคุณลักษณะหลักของมันคือ "Clip knowledge nuggets from the web in seconds and add them to your knugget account."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย knugget - Web Clipper

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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'"
}