Resoomer

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

Resoomer là gì?

Resoomer là một tiện ích mở rộng Chrome được phát triển bởi https://resoomer.com, và tính năng chính của nó là "Go to the main ideas in your articles online, summarize them in 1 Click".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Resoomer

Tải xuống các tệp mở rộng Resoomer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Resoomer Resoomer
ID dojncllhekcfenhdnddlihekcodcming
URL Chính Thức https://chromewebstore.google.com/detail/resoomer/dojncllhekcfenhdnddlihekcodcming
Mô tả Go to the main ideas in your articles online, summarize them in 1 Click
Kích Thước Tệp 1.41 MB
Số Lần Cài Đặt 38,047
Phiên Bản Hiện Tại 2
Cập Nhật Lần Cuối 2022-02-03
Ngày Phát Hành 2020-03-30
Đánh Giá 3.65/5 Tổng số 26 Đánh Giá
Nhà Phát Triển https://resoomer.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://resoomer.com/en/
URL Trang Trợ Giúp https://resoomer.com/en/help/
URL Trang Chính Sách Bảo Mật https://resoomer.com/en/terms
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}