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文件

下載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
官方網址 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"
    }
}