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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}