Cruxe

A Chrome Extension to Summarise an Article/Blog-Posts using AI

Cruxeคืออะไร?

Cruxe เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cruxe และคุณลักษณะหลักของมันคือ "A Chrome Extension to Summarise an Article/Blog-Posts using AI"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cruxe

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

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

                        Cruxe AI Summarisation Extension gives you the power to summarize your text in desired number of words so that you get an early glimpse whether to spend your time reading full article or not and taking control of your time.

Features of Chrome Extension :
1) Auto Selects the text whenever you visit any web page.
2) Flexibility to choose the desired number of words in summary.
3) Summarizes  any particular section of the page on selection.
4) Works on all types of Blogs-Websites/Wikipedia etc.
5) Ability to choose between dark mode and light mode


Cruxe is an AI based Summarisation Platform for Content Creators , SEO Folks , Lawyers , Founders , Content Teams using most advanced AI algorithms like GPT-3 & with editing tools like Canva integrated so that you can make posts right away without any hustle of manually spending time on filtering the cluster.


Visit us at : https://cruxe.in/


Check us out at :
Instagram - https://www.instagram.com/cruxe_in/
Twitter - https://twitter.com/CruXe6

Note: This summarizer is only capable to summarize top 500 words of any webpage by default ( if text is not selected).

 For a full page summary please visit www.cruxe.in for a super smooth expirience summarizing your webpages.                    

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

ชื่อ Cruxe Cruxe
ID fbflpifoodcfknnolhnambbiekfjekmb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cruxe/fbflpifoodcfknnolhnambbiekfjekmb
คำอธิบาย A Chrome Extension to Summarise an Article/Blog-Posts using AI
ขนาดไฟล์ 651 KB
จำนวนการติดตั้ง 3,733
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2022-04-03
วันที่เผยแพร่ 2021-05-24
คะแนน 4.50/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา Cruxe
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://cruxe.in/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cruxe",
    "description": "A Chrome Extension to Summarise an Article\/Blog-Posts using AI",
    "version": "1.1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "*:\/\/*\/*",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "Popup\/Popup.html",
        "default_title": "Cruxe- Summarize your text using AI"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}