Linnk AI: Productive Browsing

Remove Clickbaits. Grasp Content Essence. Ask AI Anything.

Linnk AI: Productive Browsingคืออะไร?

Linnk AI: Productive Browsing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.linnk.ai และคุณลักษณะหลักของมันคือ "Remove Clickbaits. Grasp Content Essence. Ask AI Anything."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Linnk AI: Productive Browsing

ดาวน์โหลดไฟล์ส่วนขยาย Linnk AI: Productive Browsing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Tired of sifting through endless news feeds and lengthy essays? Use Linnk AI to filter out 90% of the fluff and focus on productive content in just 10% of the time.

Features for Curious Minds:
- 🔄 Automatically rewrite misleading headlines to reflect true content.
- 🧠 Instantly simplify complex information for better understanding.
- 💡 Deeply engage with content by asking questions, summarizing texts, and highlighting key insights.
- 🤔 Foster critical thinking with thought-provoking questions and unbiased perspectives.
- 🌍 Enjoy cross-language insights, offering more than mere translations—get the gist in your preferred language.
- 📚 Build and consult your personalized content collection, tailored to your interests and queries.

FAQs:
- How does Linnk operate?
Linnk activates automatically on major news pages. You can also activate it with a single click on any content-rich webpage you're viewing, including online PDFs.

- What AI technologies does Linnk use?
Linnk incorporates AI technologies like OpenAI's ChatGPT, Anthropic's Claude, and unique models to provide comprehensive insights and learning strategies, making it your ideal reading ally.

- Is Linnk AI free?
A free reading quota is available to all users. For those requiring extensive usage and advanced features, a Premium Plan is offered.

- Questions or feedback?
Your input is valuable to us. Contact us at [email protected]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Linnk AI: Productive Browsing Linnk AI: Productive Browsing
ID bbfnidnhpngjjbmmlakaogggmdnnjbnm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/linnk-ai-productive-brows/bbfnidnhpngjjbmmlakaogggmdnnjbnm
คำอธิบาย Remove Clickbaits. Grasp Content Essence. Ask AI Anything.
ขนาดไฟล์ 3.28 MB
จำนวนการติดตั้ง 793
เวอร์ชันปัจจุบัน 0.3.4
อัปเดตครั้งล่าสุด 2024-03-05
วันที่เผยแพร่ 2023-11-22
คะแนน 5.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://www.linnk.ai
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://linnk.ai
URL หน้าช่วยเหลือ https://linnk.ai/about
URL หน้านโยบายความเป็นส่วนตัว https://www.linnk.ai/privacy
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "manifest_version": 3,
    "name": "__MSG_pluginName__",
    "description": "__MSG_pluginDescription__",
    "version": "0.3.4",
    "options_page": "options.html",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.bundle.js",
        "type": "module"
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "permissions": [
        "storage",
        "scripting",
        "cookies",
        "sidePanel",
        "bookmarks",
        "unlimitedStorage",
        "contextMenus",
        "webRequest"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "chrome_url_overrides": [],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/www.baidu.com\/*",
                "file:\/\/*.pdf"
            ],
            "js": [
                "contentFlatScript.bundle.js"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "setting.png",
                "arrow.png",
                "icon128.png",
                "logo.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en"
}