Resoomer

Go to the main ideas in your articles online, summarize them in 1 Click

什麼是Resoomer?

Resoomer是由https://resoomer.com開發的Chrome擴展程式,該擴展的主要功能是“Go to the main ideas in your articles online, summarize them in 1 Click”。

擴展截圖

screenshot

下載Resoomer擴展crx文件

下載Resoomer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Get the essential !

Resoomer is a chrome extension for summarize your articles online in 500 words : he resumes the ideas and important facts from your argumentative texts.

★ Fast Loading
★ Simplified page
★ Summary text
★ Easy to use
★ Summarizer for Wikipedia

How does it work ?

When you are on your article, click on the extension icon for get the summary of your article.                    

擴展基本資訊

名稱 Resoomer Resoomer
ID dojncllhekcfenhdnddlihekcodcming
官方網址 https://chromewebstore.google.com/detail/resoomer/dojncllhekcfenhdnddlihekcodcming
簡介 Go to the main ideas in your articles online, summarize them in 1 Click
檔案大小 1.41 MB
安裝次數 38,047
目前版本 2
更新時間 2022-02-03
上架時間 2020-03-30
評分 3.65/5 共 26 次評分
開發者 https://resoomer.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://resoomer.com/en/
說明頁面URL https://resoomer.com/en/help/
隱私政策頁面URL https://resoomer.com/en/terms
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Resoomer",
    "version": "2",
    "manifest_version": 2,
    "description": "Go to the main ideas in your articles online, summarize them in 1 Click",
    "browser_action": {
        "default_title": "Summarize the article",
        "default_popup": "html\/browser_popup.html"
    },
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "js\/lib\/jquery.min.js",
            "js\/background.min.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.resoomer.com\/*"
            ],
            "js": [
                "js\/lib\/jquery.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*",
        "fonts\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.resoomer.com\/*"
        ]
    }
}