Knowies

The official Knowies plugin allows you to easily save and share articles, videos and other online content that are interesting for…

ما هو Knowies؟

Knowies هو إضافة Chrome تم تطويرها بواسطة Knowies، والميزة الرئيسية لها هي "The official Knowies plugin allows you to easily save and share articles, videos and other online content that are interesting for…".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Knowies

قم بتنزيل ملفات الامتداد Knowies بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        The official Knowies plugin allows you to easily save and share articles, videos and other online content that are interesting for you in your Knowies profile.

Choose directly in which collection (s) and / or community (s) you want to store the content.

After saving the link you can change the title & description and add tags to your content via the Knowies website or APP (in development). To keep saving as quick and easy as possible, this is not possible via the Plugin. The standard title and description will be used. 

With the Knowies plugin you can now save content for yourself faster and share it with others on the network.                    

معلومات أساسية عن التمديد

الاسم Knowies Knowies
ID pkkmmclebdkjeogkjgpfhplogpgdhcnn
عنوان URL الرسمي https://chromewebstore.google.com/detail/knowies/pkkmmclebdkjeogkjgpfhplogpgdhcnn
الوصف The official Knowies plugin allows you to easily save and share articles, videos and other online content that are interesting for…
حجم الملف 229 KB
عدد التثبيتات 62
النسخة الحالية 2.1.1
آخر تحديث 2021-06-08
تاريخ النشر 2020-05-20
تقييم 5.00/5 مجموع تقييمات 2
المطور Knowies
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.knowies.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Knowies",
    "author": "Knowies",
    "version": "2.1.1",
    "icons": {
        "16": "dist\/images\/logo16.png",
        "48": "dist\/images\/logo48.png",
        "128": "dist\/images\/logo128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "dist\/images\/logo16.png",
            "48": "dist\/images\/logo48.png",
            "128": "dist\/images\/logo128.png"
        },
        "default_title": "Add this website to your Knowies",
        "default_popup": "app.html",
        "theme_icons": [
            {
                "light": "dist\/images\/logo128.png",
                "dark": "dist\/images\/logo128.png",
                "size": 128
            }
        ]
    },
    "permissions": [
        "storage",
        "activeTab",
        "cookies",
        "bookmarks",
        "*:\/\/*.knowies.com\/"
    ]
}