Cruxe

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

Cruxe란 무엇입니까?

Cruxe은(는) Cruxe에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Chrome Extension to Summarise an Article/Blog-Posts using AI"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Cruxe 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}