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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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'"
}