Blinknotes

Use Natural Language Processing to summarize news articles, research papers, blog posts, or long comments.

ما هو Blinknotes؟

Blinknotes هو إضافة Chrome تم تطويرها بواسطة paymon123، والميزة الرئيسية لها هي "Use Natural Language Processing to summarize news articles, research papers, blog posts, or long comments.".

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

screenshot
screenshot

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

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

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

                        Return the key sentences in any set of highlighted text.  If no text is selected, it will be applied to the entire article instead.  Adjust the desired length and analysis algorithm through the browser menu.                    

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

الاسم Blinknotes Blinknotes
ID mbebeanffpldbejmnmjedelplfpbkmnd
عنوان URL الرسمي https://chromewebstore.google.com/detail/blinknotes/mbebeanffpldbejmnmjedelplfpbkmnd
الوصف Use Natural Language Processing to summarize news articles, research papers, blog posts, or long comments.
حجم الملف 115 KB
عدد التثبيتات 377
النسخة الحالية 0.0.1.7
آخر تحديث 2021-04-15
تاريخ النشر 2021-01-18
تقييم 1.00/5 مجموع تقييمات 1
المطور paymon123
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blinknotes",
    "version": "0.0.1.7",
    "description": "Use Natural Language Processing to summarize news articles, research papers, blog posts, or long comments.",
    "permissions": [
        "storage",
        "contextMenus",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/brain16.png",
            "32": "images\/brain32.png",
            "48": "images\/brain48.png",
            "128": "images\/brain128.png"
        }
    },
    "icons": {
        "16": "images\/brain16.png",
        "32": "images\/brain32.png",
        "48": "images\/brain48.png",
        "128": "images\/brain128.png"
    },
    "manifest_version": 2
}